Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushi141 authored Oct 11, 2024
1 parent 4dedb53 commit 3d79fcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
- name: Upload file to repository
run: |
git config --global user.name "your_username"
git config --global user.email "your_email"
git config --global user.name "Ayushi141"
git config --global user.email "[email protected]"
git add lecture_notes.pdf
git commit -m "Update lecture notes PDF"
git push
Expand Down

0 comments on commit 3d79fcd

Please sign in to comment.