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 43b53ef commit 40bc2efCopy full SHA for 40bc2ef
.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_old_new_renamed_files_count }}
+ RENAMED_FILES: ${{ steps.changed_files.outputs.all_changed_files }}
30
run: |
31
- echo "Renamed files count: ${{ steps.changed_files.outputs.all_old_new_renamed_files_count }}"
+ 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