debug
All checks were successful
Plex Update / native-test (push) Successful in 8s

This commit is contained in:
Vivian 2023-05-26 22:30:44 +02:00
parent 45bd9c1f55
commit e26cc9a65c

View file

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