swag-auto-reload: initial release

This commit is contained in:
aptalca
2021-03-09 11:00:26 -05:00
parent d1dc6e5858
commit 45626d318f
7 changed files with 61 additions and 69 deletions
+3 -3
View File
@@ -3,9 +3,9 @@ name: Build Image
on: [push, pull_request, workflow_dispatch]
env:
ENDPOINT: "linuxserver/mods" #don't modify
BASEIMAGE: "replace_baseimage" #replace
MODNAME: "replace_modname" #replace
ENDPOINT: "linuxserver/mods"
BASEIMAGE: "swag"
MODNAME: "auto-reload"
jobs:
build: