Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Typositoire committed Mar 28, 2024
1 parent 2655544 commit dece5da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: List all changed files
env:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
ALL_MODIFIED_FILES: ${{ steps.changed-files.outputs.all_modified_files }}
ALL_MODIFIED_FILES_COUNT: ${{ steps.changed-files.outputs.all_modified_files_count }}
run: |
echo "${ALL_MODIFIED_FILES} files"
echo "${ALL_MODIFIED_FILES_COUNT} files"
for file in ${ALL_CHANGED_FILES}; do
echo "$file was changed"
done
Expand Down

0 comments on commit dece5da

Please sign in to comment.