From 4ebdd85b6a5726739a1bb9e1706b05722f64562a Mon Sep 17 00:00:00 2001 From: David Zager Date: Tue, 21 Nov 2023 09:13:30 -0500 Subject: [PATCH] :seedling: make bundle action needs to set correct env var Signed-off-by: David Zager --- .github/actions/make-bundle/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/make-bundle/action.yml b/.github/actions/make-bundle/action.yml index 07550cd..2d494d6 100644 --- a/.github/actions/make-bundle/action.yml +++ b/.github/actions/make-bundle/action.yml @@ -54,7 +54,7 @@ runs: steps: - name: Make bundle env: - BUNDLE_IMAGE: ${{ inputs.operator_bundle }} + BUNDLE_IMG: ${{ inputs.operator_bundle }} run: | [ -n "${VERSION}" ] && export VERSION="${VERSION:1}" [ -n "${{ inputs.channels }}" ] && export CHANNELS="${{ inputs.channels }}"