Skip to content

Commit 43b53ef

Browse files
committed
test
1 parent 5948d67 commit 43b53ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-redirects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
env:
2929
RENAMED_FILES: ${{ steps.changed_files.outputs.all_old_new_renamed_files_count }}
3030
run: |
31-
echo "Renamed files count: $RENAMED_FILES"
31+
echo "Renamed files count: ${{ steps.changed_files.outputs.all_old_new_renamed_files_count }}"
3232
- name: Write renamed files to output
3333
id: write-renamed
3434
run: |

0 commit comments

Comments
 (0)