fix grep
All checks were successful
Plex Update / native-test (push) Successful in 9s

This commit is contained in:
Vivian 2023-05-26 22:32:12 +02:00
parent e26cc9a65c
commit 3e85c1a14d

View file

@ -17,12 +17,8 @@ jobs:
git add ./nixos/pkgs/plex-pass/
git status
git diff
# Push if changed
if git status ./nixos/pkgs/plex-pass/ | grep -q modified; then
if git status ./nixos/pkgs/plex-pass/ | grep -q "to be committed"; then
git commit -m "Update Plex"
git push origin main
fi