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

View file

@ -1,14 +0,0 @@
[
{
"version": "1.32.3.7089",
"platform": "aarch64-linux",
"url": "https://downloads.plex.tv/plex-media-server-new/1.32.3.7089-b0a36929b/debian/plexmediaserver_1.32.3.7089-b0a36929b_arm64.deb",
"hash": "1sc6h04l0lxw3jzz01gn7i6wikqqds7nqh35rqvwhffjgdvmcjhq"
},
{
"version": "1.32.3.7089",
"platform": "x86_64-linux",
"url": "https://downloads.plex.tv/plex-media-server-new/1.32.3.7089-b0a36929b/debian/plexmediaserver_1.32.3.7089-b0a36929b_amd64.deb",
"hash": "074qvjl49rfn6s3naa5s71i5kd0an64laijz13cpsh55yy6zwgb3"
}
]