fixed error cond 2
All checks were successful
Plex Update / native-test (push) Successful in 8s

This commit is contained in:
Vivian 2023-05-26 22:29:31 +02:00
parent 083816c7ae
commit 6719d137d7

View file

@ -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