Initial release

This commit is contained in:
TheSpad
2023-03-18 15:06:18 +00:00
parent 6745950323
commit 293ea1c9de
29 changed files with 54 additions and 133 deletions
+3 -3
View File
@@ -4,14 +4,14 @@ on: [push, pull_request, workflow_dispatch]
env:
ENDPOINT: "linuxserver/mods" #don't modify
BASEIMAGE: "replace_baseimage" #replace
MODNAME: "replace_modname" #replace
BASEIMAGE: "sabnzbd" #replace
MODNAME: "par2cmdline-turbo" #replace
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.3
- uses: actions/checkout@${{ vars.CHECKOUT_VERSION }}
- name: Build image
run: |
+1
View File
@@ -4,6 +4,7 @@ on:
paths:
- '**/run'
- '**/finish'
- '**/check'
jobs:
permission_check:
uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1