From 32235cb102adfbeb373a52e37634db080f4d6d6b Mon Sep 17 00:00:00 2001 From: nikitos Date: Fri, 19 Dec 2025 13:03:50 +0000 Subject: [PATCH] Update .github/workflows/deployk8s.yaml --- .github/workflows/deployk8s.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployk8s.yaml b/.github/workflows/deployk8s.yaml index 128cbc4..c91c7e5 100644 --- a/.github/workflows/deployk8s.yaml +++ b/.github/workflows/deployk8s.yaml @@ -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