You've already forked scp-action
mirror of
https://gitea.com/drucker/scp-action.git
synced 2025-12-16 18:28:29 +00:00
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
|
||||||
|
|||||||
Reference in New Issue
Block a user