fixed error cond 2
This commit is contained in:
parent
a369bb0ba2
commit
ccbafb1638
1 changed files with 2 additions and 3 deletions
|
@ -18,10 +18,9 @@ jobs:
|
|||
git add ./nixos/pkgs/plex-pass/
|
||||
|
||||
# Push if changed
|
||||
git status ./nixos/pkgs/plex-pass/ | grep -q modified
|
||||
if [ $? == 0 ]; then
|
||||
|
||||
if git status ./nixos/pkgs/plex-pass/ | grep -q modified; then
|
||||
git commit -m "Update Plex"
|
||||
git push origin main
|
||||
fi
|
||||
|
||||
true
|
||||
|
|
Loading…
Add table
Reference in a new issue