From 1c7d33acc48d03675f601b18375d76049ba9e4db Mon Sep 17 00:00:00 2001 From: Marek Michali Date: Thu, 16 Jan 2025 14:20:40 +0100 Subject: [PATCH 1/2] Adjust promote workflow --- .github/workflows/promote-keb-to-dev.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/promote-keb-to-dev.yaml b/.github/workflows/promote-keb-to-dev.yaml index def9e0b62a..5283bad154 100644 --- a/.github/workflows/promote-keb-to-dev.yaml +++ b/.github/workflows/promote-keb-to-dev.yaml @@ -110,7 +110,7 @@ jobs: - name: Create PR if needed working-directory: management-plane-charts env: - MANAGEMENT_PLANE_CHARTS_REPO_URL: "https://${{ vars.GH_TOOLS_HOST }}/kyma/${{ vars.MP_CHARTS_REPO_NAME }}" + MANAGEMENT_PLANE_CHARTS_REPO_URL: "https://${{ varqs.GH_TOOLS_HOST }}/kyma/${{ vars.MP_CHARTS_REPO_NAME }}" # needed by gh cli for GitHub enterprise GH_HOST: ${{ vars.GH_TOOLS_HOST }} run: | @@ -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 --title "Bump keb to ${TAG}" --fill --body "${{env.KEB_RELEASES_URL }}/${TAG}" + 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}" From a9fe083627fbeeea73bb2284bc5836a0bb16b32d Mon Sep 17 00:00:00 2001 From: Marek Michali Date: Thu, 16 Jan 2025 14:23:01 +0100 Subject: [PATCH 2/2] Typo --- .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 5283bad154..1d29b6e402 100644 --- a/.github/workflows/promote-keb-to-dev.yaml +++ b/.github/workflows/promote-keb-to-dev.yaml @@ -110,7 +110,7 @@ jobs: - name: Create PR if needed working-directory: management-plane-charts env: - MANAGEMENT_PLANE_CHARTS_REPO_URL: "https://${{ varqs.GH_TOOLS_HOST }}/kyma/${{ vars.MP_CHARTS_REPO_NAME }}" + MANAGEMENT_PLANE_CHARTS_REPO_URL: "https://${{ vars.GH_TOOLS_HOST }}/kyma/${{ vars.MP_CHARTS_REPO_NAME }}" # needed by gh cli for GitHub enterprise GH_HOST: ${{ vars.GH_TOOLS_HOST }} run: |