mirror of
https://ghproxy.net/https://github.com/appleboy/scp-action.git
synced 2025-04-04 13:58:23 +00:00
update
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
9707a76624
commit
d710bf5023
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -129,7 +129,7 @@ jobs:
|
||||
|
||||
- name: List all changed files
|
||||
run: |
|
||||
${{ join(steps.changed-files.outputs.all_changed_files, ',') }}
|
||||
"${{ join(steps.changed-files.outputs.all_changed_files, ',') }}"
|
||||
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
|
||||
echo "$file was changed"
|
||||
done
|
||||
|
@ -1,3 +1,4 @@
|
||||
c
|
||||
foobar
|
||||
test1234
|
||||
foobar
|
||||
|
@ -2,3 +2,4 @@ d
|
||||
foobar
|
||||
foobar
|
||||
|
||||
foobar
|
||||
|
Loading…
Reference in New Issue
Block a user