Skip to content

Commit

Permalink
hotfix(check-chart-versions-bump): correct output name (jenkins-infra…
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve authored Aug 23, 2023
1 parent 72427a2 commit e96672f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-chart-versions-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
git fetch --quiet origin ${{ github.event.pull_request.base.ref }}:target-branch
# Set IFS to a comma to split the string into an array
IFS=',' read -ra chartNames <<< "${{ steps.list_modified_charts_with_unit_tests.outputs.modified_charts_with_unit_tests }}"
IFS=',' read -ra chartNames <<< "${{ steps.list_modified_charts.outputs.modified_charts_with_unit_tests }}"
notBumped=0
Expand Down

0 comments on commit e96672f

Please sign in to comment.