chore: update releases [ci skip]
This commit is contained in:
@@ -37,6 +37,10 @@ inputs:
|
|||||||
description: "Set to 'true' to skip TLS verification"
|
description: "Set to 'true' to skip TLS verification"
|
||||||
required: false
|
required: false
|
||||||
default: "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:
|
runs:
|
||||||
using: "docker"
|
using: "docker"
|
||||||
@@ -52,3 +56,4 @@ runs:
|
|||||||
REPO_USERNAME: ${{ inputs.repo-username }}
|
REPO_USERNAME: ${{ inputs.repo-username }}
|
||||||
REPO_PASSWORD: ${{ inputs.repo-password }}
|
REPO_PASSWORD: ${{ inputs.repo-password }}
|
||||||
TLS_SKIP_VERIFY: ${{ inputs.tls-skip-verify }}
|
TLS_SKIP_VERIFY: ${{ inputs.tls-skip-verify }}
|
||||||
|
ENV_DATA: ${{ inputs.env-data }}
|
||||||
|
|||||||
Reference in New Issue
Block a user