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 }}
|
||||
migrate: ${{ inputs.migrate }}
|
||||
appName: ${{ inputs.name || github.event.repository.name }}
|
||||
optionName: ${{ input.option || print "images." github.event.repository.name }}
|
||||
optionName: ${{ input.option || format('images.{0}', github.event.repository.name) }}
|
||||
tests: ${{ inputs.tests }}
|
||||
vault: ${{ inputs.vault }}
|
||||
- name: post-notify
|
||||
|
||||
Reference in New Issue
Block a user