File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments