diff --git a/.github/workflows/todo-to-issue.yml b/.github/workflows/todo-to-issue.yml index 530ddf1c65..e1112aec0f 100644 --- a/.github/workflows/todo-to-issue.yml +++ b/.github/workflows/todo-to-issue.yml @@ -37,7 +37,7 @@ jobs: - name: Set Git user run: | git config --global user.name ${{ github.actor }} - # git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global user.email ${{ github.actor }}"@gmail.com" - name: Commit and Push Changes run: | echo "// new change" >> ground/src/main/java/com/google/android/ground/GroundApplication.kt