Skip to content

Commit

Permalink
Nit: Update bot git config
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisTsar committed Apr 4, 2023
1 parent 44d2f55 commit 8eef104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/usf_teaching_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8eef104

Please sign in to comment.