Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi.Wu 2023-04-09 17:54:30 +08:00
parent db130ec5bd
commit 9707a76624

View File

@ -129,6 +129,7 @@ jobs:
- name: List all changed files
run: |
${{ join(steps.changed-files.outputs.all_changed_files, ',') }}
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
echo "$file was changed"
done