commit to main

This commit is contained in:
2024-03-01 08:33:22 -05:00
parent 3b3f4a8ae1
commit 9497abbbce

View File

@@ -44,10 +44,9 @@ jobs:
run: | run: |
git config --global user.email "robot@mateijordache.info" git config --global user.email "robot@mateijordache.info"
git config --global user.name "robot" git config --global user.name "robot"
git switch -c documentation
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]"
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 - name: Archive artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4