Skip to content

Commit 3e0ffe0

Browse files
committed
chore(actions): update git user configuration in action.yml
1 parent 57fdd0f commit 3e0ffe0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/config-git-user/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: configure git user
33
runs:
44
using: composite
55
steps:
6-
- name: Set workflow trigger as git user
6+
- name: Set GitHub Actions as git user
77
shell: bash
88
run: |
9-
git config --global user.name "${{ github.actor }}[bot]"
10-
git config --global user.email "${{ github.actor }}[bot]@users.noreply.github.com"
9+
git config --global user.name "github-actions[bot]"
10+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)