From af7aefd8a9eb720567b5fb58493c3b421aac9016 Mon Sep 17 00:00:00 2001 From: Marek Michali <56163696+MarekMichali@users.noreply.github.com> Date: Thu, 16 Jan 2025 14:58:04 +0100 Subject: [PATCH] Fix head in promote (#1641) --- .github/workflows/promote-keb-to-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/promote-keb-to-dev.yaml b/.github/workflows/promote-keb-to-dev.yaml index 1d29b6e402..4bf9a3095b 100644 --- a/.github/workflows/promote-keb-to-dev.yaml +++ b/.github/workflows/promote-keb-to-dev.yaml @@ -120,4 +120,4 @@ jobs: echo "PR already exists, no need to create new one" exit 0 fi - gh pr create -B chart/keb-sap -H ${{ vars.GIT_USER_NAME }}:${BRANCH_NAME} -R https://${{ vars.GH_TOOLS_HOST }}/kyma/${{ vars.MP_CHARTS_REPO_NAME }}/ --title "Bump keb to ${TAG}" --fill --body "${{env.KEB_RELEASES_URL }}/${TAG}" + gh pr create -B chart/keb-sap -H https://${{ vars.GH_TOOLS_HOST }}/kyma/${{ vars.MP_CHARTS_REPO_NAME }}:${BRANCH_NAME} -R https://${{ vars.GH_TOOLS_HOST }}/kyma/${{ vars.MP_CHARTS_REPO_NAME }}/ --title "Bump keb to ${TAG}" --fill --body "${{env.KEB_RELEASES_URL }}/${TAG}"