Skip to content

Commit 885d5e9

Browse files
committed
wip
1 parent b7e6a23 commit 885d5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/redirector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
RENAMED_FILES: ${{ steps.changed-files.outputs.all_old_new_renamed_files }}
2929
run: |
30-
for file in $$RENAMED_FILES; do
30+
for file in $RENAMED_FILES; do
3131
old=$(echo "$file" | cut -d',' -f1)
3232
new=$(echo "$file" | cut -d',' -f2)
3333
echo "Old: $old"

0 commit comments

Comments
 (0)