diff --git a/.github/workflows/update-lecture.yml b/.github/workflows/update-lecture.yml index 34c947c..3270c59 100644 --- a/.github/workflows/update-lecture.yml +++ b/.github/workflows/update-lecture.yml @@ -50,8 +50,8 @@ jobs: - name: Commit changes run: | - git config --global user.name 'github-actions' - git config --global user.email 'github-actions@github.com' + git config --global user.name 'jonathanferrari' + git config --global user.email 'jonathanferrari@berkeley.edu' git add _config.yml git commit -m "Update _config.yml for lecture ${LEC_NUM}" git push