Update update_json_date.yml
Some checks are pending
Shellcheck / Shellcheck (push) Waiting to run
Create Changelog Pull Request / update-changelog-pull-request (push) Waiting to run

This commit is contained in:
CanbiZ 2025-01-15 11:36:10 +01:00 committed by GitHub
parent 0f06725fdc
commit 7614034784
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,9 +6,6 @@ on:
- 'json/*.json'
types: [opened, synchronize, reopened]
schedule:
- cron: '0 */2 * * *' # Alle 2 Stunden
jobs:
update_json:
runs-on: ubuntu-latest
@ -17,7 +14,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }} # Stellt sicher, dass der PR-Branch ausgecheckt wird
ref: ${{ github.head_ref }}
- name: Configure Git user
run: |