Skip to content

Commit

Permalink
Update update-lecture.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanferrari authored Jun 18, 2024
1 parent 813eb36 commit 9943478
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 @@ -50,8 +50,8 @@ jobs:
- name: Commit changes
run: |
git config --global user.name 'github-actions'
git config --global user.email '[email protected]'
git config --global user.name 'jonathanferrari'
git config --global 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 9943478

Please sign in to comment.