fix
This commit is contained in:
@@ -14,6 +14,9 @@ inputs:
|
|||||||
secrets:
|
secrets:
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
host:
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
|
|||||||
1
.github/workflows/deploy.yaml
vendored
1
.github/workflows/deploy.yaml
vendored
@@ -37,3 +37,4 @@ jobs:
|
|||||||
environment: ${{ inputs.environment }}
|
environment: ${{ inputs.environment }}
|
||||||
tag: ${{ inputs.tag }}
|
tag: ${{ inputs.tag }}
|
||||||
migrate: ${{ inputs.migrate }}
|
migrate: ${{ inputs.migrate }}
|
||||||
|
host: ${{ inputs.host }}
|
||||||
Reference in New Issue
Block a user