We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61567a6 commit c30b080Copy full SHA for c30b080
.github/workflows/update_json_date.yml
@@ -54,9 +54,9 @@ jobs:
54
- name: Run update script
55
if: env.CHANGED == 'true'
56
run: |
57
- chmod +x .github/scripts/update-json.sh
+ chmod +x .github/workflows/scripts/update-json.sh
58
while read -r FILE; do
59
- .github/scripts/update-json.sh "$FILE"
+ .github/workflows/scripts/update-json.sh "$FILE"
60
done < new_json_files.txt
61
62
- name: Commit and create PR if changes exist
0 commit comments