Update .github/workflows/deployk8s.yaml

This commit is contained in:
2025-12-19 13:03:50 +00:00
parent a750a6b0cd
commit 32235cb102

View File

@@ -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