Skip to content

Commit 9e7bea8

Browse files
Test committing changes as current actor
1 parent fd18129 commit 9e7bea8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/todo-to-issue.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
CLOSE_ISSUES: "true"
3737
- name: Set Git user
3838
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"
4141
- name: Commit and Push Changes
4242
run: |
4343
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
4545
git add -A
4646
if [[ `git status --porcelain` ]]; then
4747
git commit -m "Automatically added GitHub issue links to TODOs"

0 commit comments

Comments
 (0)