1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 16:51:52 +00:00

Update update_json_date.yml

This commit is contained in:
CanbiZ 2025-01-16 13:49:56 +01:00 committed by GitHub
parent 2551bf6f9f
commit 9e4c627323
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,9 @@ on:
- opened
- synchronize
- reopened
permissions:
contents: write
pull-requests: write
jobs:
update-json-date:
@ -18,6 +21,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Update Date in JSON-Files
run: |