From 3b3f4a8ae1194a179698fa2248e5fbe3a96ab5fd Mon Sep 17 00:00:00 2001 From: matei jordache Date: Fri, 1 Mar 2024 08:28:40 -0500 Subject: [PATCH] change head branch of pr --- .github/workflows/design.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/design.yml b/.github/workflows/design.yml index 4228092..35e734e 100644 --- a/.github/workflows/design.yml +++ b/.github/workflows/design.yml @@ -47,7 +47,7 @@ jobs: git switch -c documentation git add ${workflow_project_dir}/*.pdf git commit -m "Add design file PDFs to repo [skip ci]" - gh pr create --head main --title "Add design file PDFs to repo" --body "Automated PR from GHA" + gh pr create --head documentation --title "Add design file PDFs to repo" --body "Automated PR from GHA" - name: Archive artifacts uses: actions/upload-artifact@v4