try to fix the git push frogejo action
This commit is contained in:
parent
ae97a22187
commit
65c531536d
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ jobs:
|
||||||
|
|
||||||
nix flake update
|
nix flake update
|
||||||
|
|
||||||
export GITHUB_TOKEN=""
|
export GIT_SSH_COMMAND="ssh -i .ssh_key -F /dev/null"
|
||||||
|
|
||||||
git diff --quiet && \
|
git diff --quiet && \
|
||||||
git diff --staged --quiet || \
|
git diff --staged --quiet || \
|
||||||
|
|
Loading…
Reference in a new issue