try to fix update routine
This commit is contained in:
parent
34a42131b2
commit
399c99aa44
1 changed files with 3 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue