Update .github/workflows/deployk8s.yaml
This commit is contained in:
5
.github/workflows/deployk8s.yaml
vendored
5
.github/workflows/deployk8s.yaml
vendored
@@ -24,6 +24,9 @@ on:
|
||||
name:
|
||||
type: string
|
||||
required: false
|
||||
option:
|
||||
type: string
|
||||
required: false
|
||||
tests:
|
||||
type: string
|
||||
default: true
|
||||
@@ -57,7 +60,7 @@ jobs:
|
||||
tag: ${{ inputs.tag }}
|
||||
migrate: ${{ inputs.migrate }}
|
||||
appName: ${{ inputs.name || github.event.repository.name }}
|
||||
optionName: ${{ input.name || print "images." github.event.repository.name }}
|
||||
optionName: ${{ input.option || print "images." github.event.repository.name }}
|
||||
tests: ${{ inputs.tests }}
|
||||
vault: ${{ inputs.vault }}
|
||||
- name: post-notify
|
||||
|
||||
Reference in New Issue
Block a user