Skip to content

Commit

Permalink
Update latex.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nsswifter committed Dec 2, 2024
1 parent 1fb343f commit 60fc2b1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@ jobs:
- name: Create a new branch for the PR
run: |
# Create a new branch to push changes before creating the PR
git checkout -b update-cv-pdf
git add CV.pdf
git commit -m "Update CV.pdf"
git push --set-upstream origin update-cv-pdf
git checkout -b update-cv
git add .
git commit -m "Update CV Repository"
git push --set-upstream origin update-cv
- name: Create a Pull Request to the Private Repository
run: |
curl -X POST \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-d '{
"title": "Update CV.pdf",
"head": "update-cv-pdf",
"title": "Update CV Repository",
"head": "update-cv",
"base": "main",
"body": "Automated PR to update CV.pdf"
"body": "Automated PR to update CV"
}' \
https://api.github.com/repos/nsswifter/AcademicApplicationDocuments/pulls

0 comments on commit 60fc2b1

Please sign in to comment.