debug
This commit is contained in:
parent
7f81ace7a6
commit
8968784751
1 changed files with 4 additions and 1 deletions
|
@ -17,8 +17,11 @@ jobs:
|
||||||
|
|
||||||
git add ./nixos/pkgs/plex-pass/
|
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
|
if git status ./nixos/pkgs/plex-pass/ | grep -q modified; then
|
||||||
git commit -m "Update Plex"
|
git commit -m "Update Plex"
|
||||||
git push origin main
|
git push origin main
|
||||||
|
|
Loading…
Add table
Reference in a new issue