Skip to content

Commit

Permalink
Fix head in promote
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMichali committed Jan 16, 2025
1 parent 19b9ac0 commit 467a380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/promote-keb-to-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit 467a380

Please sign in to comment.