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 734f24c commit 3474246Copy full SHA for 3474246
.github/workflows/add-redirects.yml
@@ -21,6 +21,10 @@ jobs:
21
with:
22
include_all_old_new_renamed_files: 'true'
23
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 }}"
28
- name: Write renamed files to output
29
run: |
30
printf "%s\n" "${{ steps.changed_files.outputs.all_old_new_renamed_files }}" > .github/outputs/renamed_files.txt
0 commit comments