From 8eef1049ab77ebc5e9a8b4231c7586eb4a62f342 Mon Sep 17 00:00:00 2001 From: Dennis Tsar <45399002+DennisTsar@users.noreply.github.com> Date: Tue, 4 Apr 2023 12:30:36 -0400 Subject: [PATCH] Nit: Update bot git config Based on https://github.com/actions/checkout/pull/1184 --- .github/workflows/usf_teaching_data.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/usf_teaching_data.yml b/.github/workflows/usf_teaching_data.yml index 2fa9b408..401bb349 100644 --- a/.github/workflows/usf_teaching_data.yml +++ b/.github/workflows/usf_teaching_data.yml @@ -27,8 +27,8 @@ jobs: - name: Add & Commit id: git run: | - git config --global user.name github-actions - git config --global user.email github-actions@github.com + git config user.name "github-actions[bot]" + git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git checkout master git add . if ! git diff-index --quiet HEAD; then