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 40bc2ef commit ce33e3bCopy full SHA for ce33e3b
.github/workflows/add-redirects.yml
@@ -26,9 +26,9 @@ jobs:
26
- name: Debug renamed files output
27
id: output-renamed
28
env:
29
- RENAMED_FILES: ${{ steps.changed_files.outputs.all_changed_files }}
+ RENAMED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
30
run: |
31
- echo "Changed files: ${{ steps.changed_files.outputs.all_changed_files }}"
+ echo "Changed files: ${{ steps.changed-files.outputs.all_changed_files }}"
32
- name: Write renamed files to output
33
id: write-renamed
34
0 commit comments