Skip to content

Commit b66bfa5

Browse files
authored
chore: git bot config
1 parent 9079158 commit b66bfa5

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/gradle-release.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,20 @@ jobs:
1515
java-version: 17
1616
- uses: gradle/gradle-build-action@v3
1717

18+
- name: GitHub Actor
19+
env:
20+
GITHUB_ACTOR: ${{ github.actor }}
21+
run: echo "$GITHUB_ACTOR"
22+
23+
- name: GitHub Triggering Actor
24+
env:
25+
GITHUB_TRIGGERING_ACTOR: ${{ github.triggering_actor }}
26+
run: echo "$GITHUB_TRIGGERING_ACTOR"
27+
1828
- name: Git Config
1929
run: |
20-
git config user.name 'Nya Ξlimu'
21-
git config user.email '[email protected]'
30+
git config user.name github-actions[bot]
31+
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
2232
2333
- name: Remove -SNAPSHOT from versionName
2434
run: ./gradlew removeSnapshot

0 commit comments

Comments
 (0)