Update .github/workflows/deployk8s.yaml
This commit is contained in:
2
.github/workflows/deployk8s.yaml
vendored
2
.github/workflows/deployk8s.yaml
vendored
@@ -60,7 +60,7 @@ jobs:
|
|||||||
tag: ${{ inputs.tag }}
|
tag: ${{ inputs.tag }}
|
||||||
migrate: ${{ inputs.migrate }}
|
migrate: ${{ inputs.migrate }}
|
||||||
appName: ${{ inputs.name || github.event.repository.name }}
|
appName: ${{ inputs.name || github.event.repository.name }}
|
||||||
optionName: ${{ input.option || format('images.{0}', github.event.repository.name) }}
|
optionName: ${{ inputs.option || format('images.{0}', github.event.repository.name) }}
|
||||||
tests: ${{ inputs.tests }}
|
tests: ${{ inputs.tests }}
|
||||||
vault: ${{ inputs.vault }}
|
vault: ${{ inputs.vault }}
|
||||||
- name: post-notify
|
- name: post-notify
|
||||||
|
|||||||
Reference in New Issue
Block a user