fix plex_update
This commit is contained in:
parent
af2b5a14f2
commit
a04a4bcf3a
1 changed files with 2 additions and 2 deletions
|
@ -26,9 +26,9 @@ jobs:
|
||||||
git config user.email "<>"
|
git config user.email "<>"
|
||||||
|
|
||||||
# Run Update script
|
# 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
|
# Push if changed
|
||||||
if git status ./nixos/pkgs/plex-pass/ | grep -q "to be committed"; then
|
if git status ./nixos/pkgs/plex-pass/ | grep -q "to be committed"; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue