commit to HEAD
This commit is contained in:
1
.github/workflows/design.yml
vendored
1
.github/workflows/design.yml
vendored
@@ -46,6 +46,7 @@ jobs:
|
|||||||
git config --global user.name "robot"
|
git config --global user.name "robot"
|
||||||
git add ${workflow_project_dir}/*.pdf
|
git add ${workflow_project_dir}/*.pdf
|
||||||
git commit -m "Add design file PDFs to repo [skip ci]"
|
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"
|
gh pr create --head main --title "Add design file PDFs to repo" --body "Automated PR from GHA"
|
||||||
|
|
||||||
- name: Archive artifacts
|
- name: Archive artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user