Skip to content

Commit

Permalink
correct var name
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi418 committed Nov 29, 2024
1 parent 28186f8 commit b4f6aec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
select_helm_version_generation_and_image_tag_generation:
needs:
- check-merge-clearance
if: ${{ github.event_name == 'push' && need.check-merge-clearance.outputs.merge_clearance == 'true' }}
if: ${{ github.event_name == 'push' && needs.check-merge-clearance.outputs.merge_clearance == 'true' }}
runs-on: ubuntu-latest
outputs:
SELECT_HELM_VERION_GENERATION: ${{ steps.select_generation.outputs.SELECT_HELM_VERION_GENERATION }}
Expand Down

0 comments on commit b4f6aec

Please sign in to comment.