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