From 674e6a6606724ee884dfb96d3ffe164d1dbbde79 Mon Sep 17 00:00:00 2001 From: tomeichlersmith Date: Tue, 18 Jul 2023 10:34:47 -0500 Subject: [PATCH] tell gh which branches to use in pr creation --- .github/workflows/manpages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manpages.yml b/.github/workflows/manpages.yml index 8c286ad..53e3ec6 100644 --- a/.github/workflows/manpages.yml +++ b/.github/workflows/manpages.yml @@ -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 }}