We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844313c commit dbaab88Copy full SHA for dbaab88
.github/workflows/files-changed.yml
@@ -18,7 +18,7 @@ jobs:
18
id: changes
19
shell: bash
20
run: |
21
- #files_changed=$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }} | cut -c 7- | cut -c -5)
+ files_changed=$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }} | cut -c 7- | cut -c -5)
22
echo "Files changed: $files_changed"
23
echo "CHANGED_FILES=$files_changed" >> "$GITHUB_OUTPUT"
24
0 commit comments