Skip to content

Commit 70610ca

Browse files
committed
write to file
1 parent fb37032 commit 70610ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/add-redirects.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
*.txt
2424
include_all_old_new_renamed_files: 'true'
2525
write_output_files: 'true'
26-
- name: List renamed files
27-
id: output-renamed
28-
env:
29-
RENAMED_FILES: ${{ steps.changed_files.outputs.all_old_new_renamed_files }}
26+
- name: Write renamed files to output
27+
run: |
28+
echo "${{ steps.changed_files.outputs.all_old_new_renamed_files }}" > .github/outputs/renamed_files.txt
29+
- name: Verify the contents of renamed_files.txt
3030
run: |
3131
cat .github/outputs/renamed_files.txt

0 commit comments

Comments
 (0)