Skip to content

Commit

Permalink
tell gh which branches to use in pr creation
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith committed Jul 18, 2023
1 parent 9d4e5e8 commit 674e6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
git switch -c auto-man-update
git add man
git commit -m "Auto Man Page Update from ${{ github.event.head_commit.message }}" || exit 0
gh pr create --fill
gh pr create --head auto-man-update --base main --fill
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 674e6a6

Please sign in to comment.