From 9497abbbce5b66a4aebfb566d3b665623cb1486d Mon Sep 17 00:00:00 2001 From: matei jordache Date: Fri, 1 Mar 2024 08:33:22 -0500 Subject: [PATCH] commit to main --- .github/workflows/design.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/design.yml b/.github/workflows/design.yml index 35e734e..72ce0d4 100644 --- a/.github/workflows/design.yml +++ b/.github/workflows/design.yml @@ -44,10 +44,9 @@ 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]" - gh pr create --head documentation --title "Add design file PDFs to repo" --body "Automated PR from GHA" + gh pr create --head main --title "Add design file PDFs to repo" --body "Automated PR from GHA" - name: Archive artifacts uses: actions/upload-artifact@v4