Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiksairam01 authored Sep 21, 2024
1 parent c495cfe commit 23680e5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ jobs:
with:
name: PDF
path: test1.pdf
- name: Commit and push PDF to repo
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add test1.pdf
git commit -m "Add generated PDF"
git push

0 comments on commit 23680e5

Please sign in to comment.