Skip to content

Commit 3474246

Browse files
committed
see all renamed files
1 parent 734f24c commit 3474246

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/add-redirects.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
with:
2222
include_all_old_new_renamed_files: 'true'
2323
write_output_files: 'true'
24+
- name: Debug renamed files output
25+
run: |
26+
echo "Renamed files output:"
27+
echo "${{ steps.changed_files.outputs.all_old_new_renamed_files }}"
2428
- name: Write renamed files to output
2529
run: |
2630
printf "%s\n" "${{ steps.changed_files.outputs.all_old_new_renamed_files }}" > .github/outputs/renamed_files.txt

0 commit comments

Comments
 (0)