From 5dd9a1027a47765076025c68c73814b01343505e Mon Sep 17 00:00:00 2001 From: matei jordache Date: Fri, 1 Mar 2024 08:48:45 -0500 Subject: [PATCH] try gha pr again --- .github/workflows/design.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/design.yml b/.github/workflows/design.yml index 747d10e..78581c4 100644 --- a/.github/workflows/design.yml +++ b/.github/workflows/design.yml @@ -44,10 +44,11 @@ jobs: run: | git config --global user.email "robot@mateijordache.info" git config --global user.name "robot" + git switch -c documentation 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" + git push origin documentation + gh pr create --head documentation --base main --title "Add design file PDFs to repo" --body "Automated PR from GHA" - name: Archive artifacts uses: actions/upload-artifact@v4