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