From 7a4baa7192c5bb4fd5db6f074116acd2fe957b0c Mon Sep 17 00:00:00 2001 From: Jonathan Ferrari Date: Tue, 18 Jun 2024 13:55:43 -0700 Subject: [PATCH] Update update-lecture.yml --- .github/workflows/update-lecture.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-lecture.yml b/.github/workflows/update-lecture.yml index cf43b63..071967e 100644 --- a/.github/workflows/update-lecture.yml +++ b/.github/workflows/update-lecture.yml @@ -48,8 +48,8 @@ jobs: - name: Commit changes run: | - git config --global user.name 'jonathanferrari' - git config --global user.email 'jonathanferrari@berkeley.edu' + git config user.name 'jonathanferrari' + git config user.email 'jonathanferrari@berkeley.edu' git add _config.yml git commit -m "Update _config.yml for lecture ${LEC_NUM}" git push