Skip to content

Commit 27eb12e

Browse files
committed
Updating github-config
1 parent 8934168 commit 27eb12e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-go-mod-version.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ jobs:
6363
if: ${{ steps.commit.outputs.commit_sha != '' }}
6464
uses: paketo-buildpacks/github-config/actions/pull-request/push-branch@main
6565
with:
66-
branch: automation/go-mod-update/update
66+
branch: automation/go-mod-update/update-main
6767

6868
- name: Open Pull Request
6969
if: ${{ steps.commit.outputs.commit_sha != '' }}
7070
uses: paketo-buildpacks/github-config/actions/pull-request/open@main
7171
with:
7272
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
7373
title: "Updates go mod version to ${{ steps.setup-go.outputs.go-version }}"
74-
branch: automation/go-mod-update/update
74+
branch: automation/go-mod-update/update-main
7575
base: ${{ github.event.repository.default_branch }}
7676

7777
failure:

0 commit comments

Comments
 (0)