We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e19af commit beead1bCopy full SHA for beead1b
.github/workflows/reusable-check-branch-alias.yml
@@ -129,6 +129,7 @@ jobs:
129
uses: peter-evans/create-pull-request@v8
130
with:
131
token: ${{ secrets.GITHUB_TOKEN }}
132
+ base: ${{ github.event.repository.default_branch }}
133
commit-message: "Update branch-alias to ${{ steps.check_alias.outputs.expected_alias }}"
134
title: "Update branch-alias to ${{ steps.check_alias.outputs.expected_alias }}"
135
body: |
0 commit comments