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 fb37032 commit 70610caCopy full SHA for 70610ca
.github/workflows/add-redirects.yml
@@ -23,9 +23,9 @@ jobs:
23
*.txt
24
include_all_old_new_renamed_files: 'true'
25
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 }}
+ - name: Write renamed files to output
+ run: |
+ echo "${{ steps.changed_files.outputs.all_old_new_renamed_files }}" > .github/outputs/renamed_files.txt
+ - name: Verify the contents of renamed_files.txt
30
run: |
31
cat .github/outputs/renamed_files.txt
0 commit comments