-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
353bec1
commit a380282
Showing
2 changed files
with
4 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,10 +61,11 @@ jobs: | |
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "AYAB Github Action" | ||
git switch -c documentation | ||
git add ${workflow_project_dir}/pdf/* | ||
git fetch | ||
git checkout documentation | ||
git add ${workflow_project_dir}/pdf/*.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 documentation --base main --title "Add design file PDFs to repo" --body "Automated PR from GHA" | ||
- name: Archive artifacts | ||
uses: actions/upload-artifact@v4 | ||
|