From a750a6b0cd6bf0e98bd6db51eac221f1b4fa3537 Mon Sep 17 00:00:00 2001 From: nikitos Date: Fri, 19 Dec 2025 12:54:49 +0000 Subject: [PATCH] Update .github/workflows/deployk8s.yaml --- .github/workflows/deployk8s.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deployk8s.yaml b/.github/workflows/deployk8s.yaml index 7076428..128cbc4 100644 --- a/.github/workflows/deployk8s.yaml +++ b/.github/workflows/deployk8s.yaml @@ -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