test git push
Some checks failed
Plex Update / native-test (push) Failing after 9s

This commit is contained in:
Vivian 2023-05-26 22:14:16 +02:00
parent 0b8c9aa8f5
commit a8d3aaa796
2 changed files with 6 additions and 17 deletions

View file

@ -1,4 +1,4 @@
name: Test
name: Plex Update
on: [push]
jobs:
native-test:
@ -9,7 +9,10 @@ jobs:
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}
run: |
pwd
mkdir a
git config user.name "Forgejo Actions Bot"
git config user.email "<>"
./nixos/pkgs/plex-pass/update.sh
git add ./nixos/pkgs/plex-pass/
git commit -m "Update Plex"
git push origin main