Skip to content

Commit 1907310

Browse files
Merge pull request #45 from initializ-buildpacks/automations/github-config/update
Updates github-config
2 parents b1937d0 + 08c56e4 commit 1907310

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout PR Branch
1818
uses: initializ-buildpacks/github-config/actions/pull-request/checkout-branch@main
1919
with:
20-
branch: automation/go-mod-update/update-main
20+
branch: automations/go-mod-update/update-main
2121
- name: Setup Go
2222
id: setup-go
2323
uses: actions/setup-go@v5
@@ -63,15 +63,15 @@ jobs:
6363
if: ${{ steps.commit.outputs.commit_sha != '' }}
6464
uses: initializ-buildpacks/github-config/actions/pull-request/push-branch@main
6565
with:
66-
branch: automation/go-mod-update/update-main
66+
branch: automations/go-mod-update/update-main
6767

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

7676
failure:
7777
name: Alert on Failure

0 commit comments

Comments
 (0)