Skip to content

Commit

Permalink
try without setting base
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith committed Jul 18, 2023
1 parent 8711475 commit 1d8cd1e
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 @@ -28,6 +28,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 --head auto-man-update --base main --fill
gh pr create --head auto-man-update --fill
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 1d8cd1e

Please sign in to comment.