Skip to content

Commit

Permalink
Update update-lecture.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanferrari committed Jun 18, 2024
1 parent 95e7a8d commit 7a4baa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-lecture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: Commit changes
run: |
git config --global user.name 'jonathanferrari'
git config --global user.email '[email protected]'
git config user.name 'jonathanferrari'
git config user.email '[email protected]'
git add _config.yml
git commit -m "Update _config.yml for lecture ${LEC_NUM}"
git push
Expand Down

0 comments on commit 7a4baa7

Please sign in to comment.