1
0
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:
CanbiZ 2025-02-11 10:49:37 +01:00 committed by GitHub
parent 61567a66b0
commit c30b080e44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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