diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 211cf45..36dd130 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,5 +140,5 @@ jobs: username: ${{ secrets.USERNAME }} key: ${{ secrets.KEY }} port: ${{ secrets.PORT }} - source: ${{ join(steps.changed-files.outputs.all_changed_files, ',') }} + source: "${{ join(steps.changed-files.outputs.all_changed_files, ',') }}" target: test