Skip to content

Commit ed67fab

Browse files
authored
Update redirector.yml
1 parent 57de12e commit ed67fab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/redirector.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
env:
3030
RENAMED_FILES: ${{ steps.changed-files.outputs.all_old_new_renamed_files }}
3131
run: |
32+
echo "renamed files: $RENAMED_FILES"
33+
echo "output: ${{ steps.changed-files.outputs.all_old_new_renamed_files }}"
3234
renamed_redirects=()
3335
for file in $RENAMED_FILES; do
3436

0 commit comments

Comments
 (0)