mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-12 18:29:45 +00:00
Update update_json_date.yml
This commit is contained in:
parent
61567a66b0
commit
c30b080e44
1 changed files with 2 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue