mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-10 01:39:17 +00:00
Update update_json_date.yml
This commit is contained in:
parent
0f06725fdc
commit
7614034784
5
.github/workflows/update_json_date.yml
vendored
5
.github/workflows/update_json_date.yml
vendored
@ -6,9 +6,6 @@ on:
|
|||||||
- 'json/*.json'
|
- 'json/*.json'
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
|
|
||||||
schedule:
|
|
||||||
- cron: '0 */2 * * *' # Alle 2 Stunden
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update_json:
|
update_json:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -17,7 +14,7 @@ jobs:
|
|||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }} # Stellt sicher, dass der PR-Branch ausgecheckt wird
|
ref: ${{ github.head_ref }}
|
||||||
|
|
||||||
- name: Configure Git user
|
- name: Configure Git user
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user