try to fix the git push frogejo action
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 2s

This commit is contained in:
Ingolf Wagner 2024-07-21 11:22:13 +02:00
parent ae97a22187
commit 65c531536d
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -39,7 +39,7 @@ jobs:
nix flake update
export GITHUB_TOKEN=""
export GIT_SSH_COMMAND="ssh -i .ssh_key -F /dev/null"
git diff --quiet && \
git diff --staged --quiet || \