Update update_json_date.yml
This commit is contained in:
parent
61567a66b0
commit
c30b080e44
4
.github/workflows/update_json_date.yml
vendored
4
.github/workflows/update_json_date.yml
vendored
@ -54,9 +54,9 @@ jobs:
|
|||||||
- name: Run update script
|
- name: Run update script
|
||||||
if: env.CHANGED == 'true'
|
if: env.CHANGED == 'true'
|
||||||
run: |
|
run: |
|
||||||
chmod +x .github/scripts/update-json.sh
|
chmod +x .github/workflows/scripts/update-json.sh
|
||||||
while read -r FILE; do
|
while read -r FILE; do
|
||||||
.github/scripts/update-json.sh "$FILE"
|
.github/workflows/scripts/update-json.sh "$FILE"
|
||||||
done < new_json_files.txt
|
done < new_json_files.txt
|
||||||
|
|
||||||
- name: Commit and create PR if changes exist
|
- name: Commit and create PR if changes exist
|
||||||
|
Loading…
Reference in New Issue
Block a user