Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit edd2a5a

Browse files
committedJun 1, 2023
Use github actions bot account as a commiter
actions/checkout#13
1 parent 9356dbd commit edd2a5a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎action.yml

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ runs:
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v3
24+
- name: git setting
25+
run: |
26+
git config --local user.email '41898282+github-actions[bot]@users.noreply.github.com'
27+
git config --local user.name 'github-actions[bot]'
28+
shell: bash
2429
# Referenced https://github.com/dprint/check/blob/2f1cf31537886c3bfb05591c031f7744e48ba8a1/action.yml#L16-L20
2530
- name: Install dprint
2631
shell: bash

0 commit comments

Comments
 (0)
Failed to load comments.