From dbf0ba829be0ba214739052b8141c9af432dba89 Mon Sep 17 00:00:00 2001 From: "Bo-Yi.Wu" <appleboy.tw@gmail.com> Date: Sun, 9 Apr 2023 17:34:04 +0800 Subject: [PATCH] update Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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