From 96d0b2ba45d7d82bbf4eddadbb7411cde41dcd06 Mon Sep 17 00:00:00 2001 From: matei jordache Date: Thu, 29 Feb 2024 22:57:15 -0500 Subject: [PATCH] head flag --- .github/workflows/design.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/design.yml b/.github/workflows/design.yml index ca2dc35..5a9af81 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 --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