Skip to content

Commit 091fd2a

Browse files
authored
[chore] fix make target (#1781)
1 parent 54df9c5 commit 091fd2a

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
@@ -46,7 +46,7 @@ jobs:
4646
- name: Check for Operator CRD Updates
4747
if: ${{ matrix.name == 'operator' }}
4848
run: |
49-
make update-crds DEBUG_MODE=$DEBUG_MODE
49+
make update-operator-crds DEBUG_MODE=$DEBUG_MODE
5050
5151
- name: Install Skopeo
5252
run: |

0 commit comments

Comments
 (0)