diff --git a/.github/workflows/deployk8s.yaml b/.github/workflows/deployk8s.yaml index c91c7e5..e8e3c8c 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 || format('images.{0}', github.event.repository.name) }} + optionName: ${{ inputs.option || format('images.{0}', github.event.repository.name) }} tests: ${{ inputs.tests }} vault: ${{ inputs.vault }} - name: post-notify