We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02cc502 commit a0821bdCopy full SHA for a0821bd
.github/workflows/add-redirects.yml
@@ -19,14 +19,16 @@ jobs:
19
# pin to a specific commit to ensure stability
20
uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c
21
with:
22
+ files: |
23
+ *.txt
24
include_all_old_new_renamed_files: 'true'
25
write_output_files: 'true'
26
- name: Debug renamed files output
27
id: output-renamed
28
env:
- RENAMED_FILES: ${{ steps.changed_files.outputs.all_old_new_renamed_files }}
29
+ RENAMED_FILES: ${{ steps.changed_files.outputs.all_old_new_renamed_files_count }}
30
run: |
- echo "Renamed files output:"
31
+ echo "Renamed files count:"
32
echo "$RENAMED_FILES"
33
- name: Write renamed files to output
34
id: write-renamed
0 commit comments