Skip to content

Commit d734898

Browse files
authored
[chore] Fix variable reference in workflow (#1785)
1 parent a50f6c2 commit d734898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_chart_dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
make update-operator-crds DEBUG_MODE=$DEBUG_MODE
8585
make render
86-
make chlog-new FILENAME="update-operator-crds" CHANGE_TYPE=enhancement COMPONENT=$COMPONENT NOTE="Bump subchart $COMPONENT to ${{ steps.check_for_crd_update.outputs.CRDS_LATEST_VER }}" ISSUES=[${{ steps.open_pr.outputs.pull-request-number }}]
86+
make chlog-new FILENAME="update-operator-crds" CHANGE_TYPE=enhancement COMPONENT=$COMPONENT NOTE="Bump subchart $COMPONENT to ${{ steps.check_for_crd_update.outputs.CRDS_LATEST_VERSION }}" ISSUES=[${{ steps.open_pr.outputs.pull-request-number }}]
8787
8888
- name: Finalize PR with updates
8989
if: ${{ steps.check_for_update.outputs.NEED_UPDATE == 1 }}

0 commit comments

Comments
 (0)