File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 44
44
make update-chart-dep CHART_PATH=${{ matrix.yaml_file_path }} SUBCHART_NAME='${{ matrix.dependency_name }}' DEBUG_MODE=$DEBUG_MODE
45
45
46
46
- name : Check for Operator CRD Updates
47
+ id : check_for_crd_update
47
48
if : ${{ matrix.name == 'operator' }}
48
49
run : |
49
50
make update-operator-crds DEBUG_MODE=$DEBUG_MODE
@@ -78,11 +79,11 @@ jobs:
78
79
- name : Operator CRDs update
79
80
env :
80
81
COMPONENT : opentelemetry-operator-crds
81
- if : ${{ steps.check_for_update .outputs.CRDS_NEED_UPDATE == 1 }}
82
+ if : ${{ steps.check_for_crd_update .outputs.CRDS_NEED_UPDATE == 1 }}
82
83
run : |
83
84
make update-operator-crds DEBUG_MODE=$DEBUG_MODE
84
85
make render
85
- make chlog-new FILENAME="update-operator-crds" CHANGE_TYPE=enhancement COMPONENT=$COMPONENT NOTE="Bump subchart $COMPONENT to ${{ steps.check_for_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_VER }}" ISSUES=[${{ steps.open_pr.outputs.pull-request-number }}]
86
87
87
88
- name : Finalize PR with updates
88
89
if : ${{ steps.check_for_update.outputs.NEED_UPDATE == 1 }}
You can’t perform that action at this time.
0 commit comments