Update .github/workflows/deployk8s.yaml

This commit is contained in:
2025-12-19 12:54:49 +00:00
parent 04914682ab
commit a750a6b0cd

View File

@@ -24,6 +24,9 @@ on:
name: name:
type: string type: string
required: false required: false
option:
type: string
required: false
tests: tests:
type: string type: string
default: true default: true
@@ -57,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.name || print "images." github.event.repository.name }} optionName: ${{ input.option || print "images." github.event.repository.name }}
tests: ${{ inputs.tests }} tests: ${{ inputs.tests }}
vault: ${{ inputs.vault }} vault: ${{ inputs.vault }}
- name: post-notify - name: post-notify