We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8934168 commit 27eb12eCopy full SHA for 27eb12e
.github/workflows/update-go-mod-version.yml
@@ -63,15 +63,15 @@ jobs:
63
if: ${{ steps.commit.outputs.commit_sha != '' }}
64
uses: paketo-buildpacks/github-config/actions/pull-request/push-branch@main
65
with:
66
- branch: automation/go-mod-update/update
+ branch: automation/go-mod-update/update-main
67
68
- name: Open Pull Request
69
70
uses: paketo-buildpacks/github-config/actions/pull-request/open@main
71
72
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
73
title: "Updates go mod version to ${{ steps.setup-go.outputs.go-version }}"
74
75
base: ${{ github.event.repository.default_branch }}
76
77
failure:
0 commit comments