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