fix plex_update

This commit is contained in:
Vivian 2024-01-03 15:53:19 +01:00
parent af2b5a14f2
commit a04a4bcf3a

View file

@ -26,9 +26,9 @@ jobs:
git config user.email "<>"
# Run Update script
./nixos/pkgs/plex-pass/update.sh
./pkgs/plex-pass/update.sh
git add ./nixos/pkgs/plex-pass/
git add ./pkgs/plex-pass/
# Push if changed
if git status ./nixos/pkgs/plex-pass/ | grep -q "to be committed"; then