From c3a3e6a5fe9c1aa64d263c642d84ba6ada7c60b6 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Fri, 23 Aug 2024 19:20:48 +0000 Subject: [PATCH] Updating github-config --- .github/workflows/update-go-mod-version.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-go-mod-version.yml b/.github/workflows/update-go-mod-version.yml index 6bbfc5ef..6390811b 100644 --- a/.github/workflows/update-go-mod-version.yml +++ b/.github/workflows/update-go-mod-version.yml @@ -63,7 +63,7 @@ jobs: if: ${{ steps.commit.outputs.commit_sha != '' }} uses: paketo-buildpacks/github-config/actions/pull-request/push-branch@main with: - branch: automation/go-mod-update/update-main + branch: automation/go-mod-update/update - name: Open Pull Request if: ${{ steps.commit.outputs.commit_sha != '' }} @@ -71,7 +71,8 @@ jobs: with: token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }} title: "Updates go mod version to ${{ steps.setup-go.outputs.go-version }}" - branch: automation/go-mod-update/update-main + branch: automation/go-mod-update/update + base: ${{ github.event.repository.default_branch }} failure: name: Alert on Failure