From def9996efe44c5a1f19687b002ed89885059681f Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Tue, 26 Sep 2023 16:46:28 -0700 Subject: [PATCH] fix branch name --- .github/workflows/update-istio-operator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-istio-operator.yml b/.github/workflows/update-istio-operator.yml index d0ad931ecf58..255bac417f3c 100644 --- a/.github/workflows/update-istio-operator.yml +++ b/.github/workflows/update-istio-operator.yml @@ -37,7 +37,7 @@ jobs: commit-message: 'Addon istio-provisioner: Update istio/operator image from ${{ steps.bumpIstioOperator.outputs.OLD_VERSION }} to ${{ steps.bumpIstioOperator.outputs.NEW_VERSION }}' committer: minikube-bot author: minikube-bot - branch: auto_bump_metrics_server_version + branch: auto_bump_istio_operator_version push-to-fork: minikube-bot/minikube base: master delete-branch: true