Skip to content

Commit

Permalink
🌱 make bundle action needs to set correct env var
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <dzager@redhat.com>
  • Loading branch information
djzager committed Nov 21, 2023
1 parent 10e9827 commit 4ebdd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/make-bundle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 4ebdd85

Please sign in to comment.