Skip to content

Commit 97b2bdf

Browse files
committed
all files
1 parent 2e78f0a commit 97b2bdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/add-redirects.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Debug renamed files output
2525
id: output-renamed
2626
env:
27-
RENAMED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
27+
RENAMED_FILES: ${{ steps.changed-files.outputs.all_old_new_renamed_files }}
2828
run: |
2929
echo "Changed files: "
30-
echo "${{ steps.changed-files.outputs.all_old_new_renamed_files_count }}"
30+
echo "${{ steps.changed-files.outputs.all_old_new_renamed_files }}"

0 commit comments

Comments
 (0)