diff --git a/.github/workflows/design.yml b/.github/workflows/design.yml index 72ce0d4..747d10e 100644 --- a/.github/workflows/design.yml +++ b/.github/workflows/design.yml @@ -46,6 +46,7 @@ jobs: git config --global user.name "robot" git add ${workflow_project_dir}/*.pdf git commit -m "Add design file PDFs to repo [skip ci]" + git push origin HEAD gh pr create --head main --title "Add design file PDFs to repo" --body "Automated PR from GHA" - name: Archive artifacts