We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0480b commit c023eccCopy full SHA for c023ecc
golang/pre-publish/action.yml
@@ -25,7 +25,7 @@ runs:
25
- name: "Determine branch to merge up to"
26
if: ${{ inputs.push_changes }}
27
id: get-next-branch
28
- uses: alcaeus/automatic-merge-up-action/get-next-branch@main
+ uses: alcaeus/automatic-merge-up-action/get-next-branch@b253eae7dfccc0b637edf71121608375e07a7678 #main
29
with:
30
ref: ${{ github.ref_name }}
31
branchNamePattern: 'release/<major>.<minor>'
0 commit comments