Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
pull/105/head
Bo-Yi.Wu 2023-04-09 17:54:30 +08:00
parent db130ec5bd
commit 9707a76624
1 changed files with 1 additions and 0 deletions

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