File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ jobs:
36
36
CLOSE_ISSUES : " true"
37
37
- name : Set Git user
38
38
run : |
39
- git config --global user.name " github-actions[bot]"
40
- git config --global user.email "github-actions[bot]@users.noreply.github.com"
39
+ git config --global user.name ${{ github.actor }}
40
+ # git config --global user.email "github-actions[bot]@users.noreply.github.com"
41
41
- name : Commit and Push Changes
42
42
run : |
43
43
echo ${{ github.actor }}
44
- # echo "// new change" >> ground/src/main/java/com/google/android/ground/GroundApplication.kt
44
+ echo "// new change" >> ground/src/main/java/com/google/android/ground/GroundApplication.kt
45
45
git add -A
46
46
if [[ `git status --porcelain` ]]; then
47
47
git commit -m "Automatically added GitHub issue links to TODOs"
You can’t perform that action at this time.
0 commit comments