change head branch of pr

This commit is contained in:
2024-03-01 08:28:40 -05:00
parent d029de3fd7
commit 3b3f4a8ae1

View File

@@ -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