mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-04-15 12:13:55 +00:00
Update update_json_date.yml
This commit is contained in:
parent
2551bf6f9f
commit
9e4c627323
4
.github/workflows/update_json_date.yml
vendored
4
.github/workflows/update_json_date.yml
vendored
@ -8,6 +8,9 @@ on:
|
|||||||
- opened
|
- opened
|
||||||
- synchronize
|
- synchronize
|
||||||
- reopened
|
- reopened
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-json-date:
|
update-json-date:
|
||||||
@ -18,6 +21,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Update Date in JSON-Files
|
- name: Update Date in JSON-Files
|
||||||
run: |
|
run: |
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user