chore: update action.yml

This commit is contained in:
etwodev
2025-10-06 00:47:41 +01:00
parent 01f8939831
commit be4422ea2f

View File

@@ -33,14 +33,13 @@ inputs:
repo-password: repo-password:
description: "Git password/token (if repository requires authentication)" description: "Git password/token (if repository requires authentication)"
required: false required: false
env-data:
description: "JSON array of environment variables to set in the stack (e.g. [{\"name\":\"VAR\",\"value\":\"value\"}])"
required: false
tls-skip-verify: tls-skip-verify:
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"
@@ -64,6 +63,6 @@ runs:
- "${{ inputs.repo-username }}" - "${{ inputs.repo-username }}"
- "-repo-pass" - "-repo-pass"
- "${{ inputs.repo-password }}" - "${{ inputs.repo-password }}"
- ${{ inputs.tls-skip-verify == 'true' && '-insecure' || '' }}
- "-env" - "-env"
- "${{ inputs.env-data }}" - "${{ inputs.env-data }}"
- ${{ inputs.tls-skip-verify == 'true' && '-insecure' || '' }}