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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# Täglich um 17:35 UTC (18:35 MEZ / 19:35 MESZ)
|
# Täglich um 21:00 UTC (22:00 MEZ / 23:00 MESZ)
|
||||||
- cron: '35 17 * * *'
|
- cron: '0 21 * * *'
|
||||||
# Manueller Trigger für Tests
|
# Manueller Trigger für Tests
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@ jobs:
|
|||||||
git status
|
git status
|
||||||
git commit -m "Update laws from RSS - $(date +'%Y-%m-%d %H:%M:%S UTC')"
|
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
|
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
|
fi
|
||||||
|
|
||||||
- name: Summary
|
- name: Summary
|
||||||
|
|||||||
Reference in New Issue
Block a user