We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57fdd0f commit 3e0ffe0Copy full SHA for 3e0ffe0
1 file changed
.github/actions/config-git-user/action.yml
@@ -3,8 +3,8 @@ name: configure git user
3
runs:
4
using: composite
5
steps:
6
- - name: Set workflow trigger as git user
+ - name: Set GitHub Actions as git user
7
shell: bash
8
run: |
9
- git config --global user.name "${{ github.actor }}[bot]"
10
- git config --global user.email "${{ github.actor }}[bot]@users.noreply.github.com"
+ git config --global user.name "github-actions[bot]"
+ git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
0 commit comments