This commit is contained in:
2025-04-17 16:11:07 +03:00
parent 0ad4a5b0ce
commit d3dee85769
2 changed files with 5 additions and 1 deletions

View File

@@ -14,6 +14,9 @@ inputs:
secrets:
required: false
type: string
host:
required: true
type: string
runs:
using: 'composite'

View File

@@ -36,4 +36,5 @@ jobs:
secrets: ${{ toJSON(secrets) }}
environment: ${{ inputs.environment }}
tag: ${{ inputs.tag }}
migrate: ${{ inputs.migrate }}
migrate: ${{ inputs.migrate }}
host: ${{ inputs.host }}