Skip to content

Commit 734f24c

Browse files
committed
write to file
1 parent 7a88548 commit 734f24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-redirects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
write_output_files: 'true'
2424
- name: Write renamed files to output
2525
run: |
26-
echo "${{ steps.changed_files.outputs.all_old_new_renamed_files }}" > .github/outputs/renamed_files.txt
26+
printf "%s\n" "${{ steps.changed_files.outputs.all_old_new_renamed_files }}" > .github/outputs/renamed_files.txt
2727
- name: Verify the contents of renamed_files.txt
2828
run: |
2929
cat .github/outputs/renamed_files.txt

0 commit comments

Comments
 (0)