try to fix update routine
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 6m54s

This commit is contained in:
Ingolf Wagner 2024-07-20 23:25:07 +02:00
parent 34a42131b2
commit 399c99aa44
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -44,7 +44,9 @@ jobs:
- name: commit and push changes
run: |
git diff --quiet && git diff --staged --quiet || (git commit -am "Update Nix flakes" && git push)
git diff --quiet && \
git diff --staged --quiet || \
(git commit -am "Update Nix flakes" && git push)
- name: teardown ssh
if: always()