mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-17 05:42:54 -04:00
Change how var is passed
This commit is contained in:
@@ -6,12 +6,13 @@ env:
|
||||
ENDPOINT: "linuxserver/mods" #don't modify
|
||||
BASEIMAGE: "sabnzbd" #replace
|
||||
MODNAME: "par2cmdline-turbo" #replace
|
||||
CHECKOUT_VERSION: ${{ vars.ENV_CONTEXT_VAR }}
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@${{ vars.CHECKOUT_VERSION }}
|
||||
- uses: actions/checkout@${CHECKOUT_VERSION}
|
||||
|
||||
- name: Build image
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user