chore: update releases [ci skip]
This commit is contained in:
@@ -37,6 +37,10 @@ inputs:
|
||||
description: "Set to 'true' to skip TLS verification"
|
||||
required: false
|
||||
default: "false"
|
||||
env-data:
|
||||
description: "JSON array of environment variables to set in the stack (e.g. [{\"name\":\"VAR\",\"value\":\"value\"}])"
|
||||
required: false
|
||||
default: "[]"
|
||||
|
||||
runs:
|
||||
using: "docker"
|
||||
@@ -52,3 +56,4 @@ runs:
|
||||
REPO_USERNAME: ${{ inputs.repo-username }}
|
||||
REPO_PASSWORD: ${{ inputs.repo-password }}
|
||||
TLS_SKIP_VERIFY: ${{ inputs.tls-skip-verify }}
|
||||
ENV_DATA: ${{ inputs.env-data }}
|
||||
|
||||
Reference in New Issue
Block a user