Cron auf 22:00 MEZ (21:00 UTC) ändern
All checks were successful
Update Laws from RSS / update (push) Successful in 8m1s
All checks were successful
Update Laws from RSS / update (push) Successful in 8m1s
This commit is contained in:
@@ -2,8 +2,8 @@ name: Update Laws from RSS
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# Täglich um 17:35 UTC (18:35 MEZ / 19:35 MESZ)
|
||||
- cron: '35 17 * * *'
|
||||
# Täglich um 21:00 UTC (22:00 MEZ / 23:00 MESZ)
|
||||
- cron: '0 21 * * *'
|
||||
# Manueller Trigger für Tests
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -64,7 +64,7 @@ jobs:
|
||||
git status
|
||||
git commit -m "Update laws from RSS - $(date +'%Y-%m-%d %H:%M:%S UTC')"
|
||||
git remote set-url origin https://lawgit-bot:${{ gitea.token }}@git.coded.law/${{ gitea.repository }}.git
|
||||
timeout 600 git push --progress origin main 2>&1 || echo "Push fehlgeschlagen oder Timeout"
|
||||
timeout 600 git push --progress origin main 2>&1 || echo "Push fehlgeschlagen oder Timeout"
|
||||
fi
|
||||
|
||||
- name: Summary
|
||||
|
||||
Reference in New Issue
Block a user