try to fix the git push frogejo action
This commit is contained in:
parent
65c531536d
commit
029d2ee17b
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ name: Update Nix flakes and commit changes
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "10 11 * * *" # not to frequent, GitHub only allows a few pulls per hour
|
||||
- cron: "30 11 * * *" # not to frequent, GitHub only allows a few pulls per hour
|
||||
|
||||
jobs:
|
||||
update-and-commit:
|
||||
|
@ -39,7 +39,7 @@ jobs:
|
|||
|
||||
nix flake update
|
||||
|
||||
export GIT_SSH_COMMAND="ssh -i .ssh_key -F /dev/null"
|
||||
export GITHUB_TOKEN=""
|
||||
|
||||
git diff --quiet && \
|
||||
git diff --staged --quiet || \
|
||||
|
|
Loading…
Reference in a new issue