mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-04-24 21:28:06 +00:00
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
|
||||
if: env.CHANGED == 'true'
|
||||
run: |
|
||||
chmod +x .github/scripts/update-json.sh
|
||||
chmod +x .github/workflows/scripts/update-json.sh
|
||||
while read -r FILE; do
|
||||
.github/scripts/update-json.sh "$FILE"
|
||||
.github/workflows/scripts/update-json.sh "$FILE"
|
||||
done < new_json_files.txt
|
||||
|
||||
- name: Commit and create PR if changes exist
|
||||
|
Loading…
x
Reference in New Issue
Block a user