try to fix the git push frogejo action
This commit is contained in:
parent
e001c5f940
commit
ae97a22187
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ name: Update Nix flakes and commit changes
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "40 10 * * *" # not to frequent, GitHub only allows a few pulls per hour
|
||||
- cron: "10 11 * * *" # not to frequent, GitHub only allows a few pulls per hour
|
||||
|
||||
jobs:
|
||||
update-and-commit:
|
||||
|
|
Loading…
Reference in a new issue