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 7a88548 commit 734f24cCopy full SHA for 734f24c
.github/workflows/add-redirects.yml
@@ -23,7 +23,7 @@ jobs:
23
write_output_files: 'true'
24
- name: Write renamed files to output
25
run: |
26
- echo "${{ steps.changed_files.outputs.all_old_new_renamed_files }}" > .github/outputs/renamed_files.txt
+ printf "%s\n" "${{ steps.changed_files.outputs.all_old_new_renamed_files }}" > .github/outputs/renamed_files.txt
27
- name: Verify the contents of renamed_files.txt
28
29
cat .github/outputs/renamed_files.txt
0 commit comments