Skip to content

Commit c30b080

Browse files
authored
Update update_json_date.yml
1 parent 61567a6 commit c30b080

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_json_date.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
- name: Run update script
5555
if: env.CHANGED == 'true'
5656
run: |
57-
chmod +x .github/scripts/update-json.sh
57+
chmod +x .github/workflows/scripts/update-json.sh
5858
while read -r FILE; do
59-
.github/scripts/update-json.sh "$FILE"
59+
.github/workflows/scripts/update-json.sh "$FILE"
6060
done < new_json_files.txt
6161
6262
- name: Commit and create PR if changes exist

0 commit comments

Comments
 (0)