Skip to content

Commit 28b23be

Browse files
authored
Merge pull request #19 from tsuyoshicho/fix/commit-author-20210512
ci: fix commit author
2 parents 513e40f + 5878b48 commit 28b23be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
uses: EndBug/add-and-commit@v7
3838
with:
3939
cwd: './target'
40-
author_name: '${{ github.actor }}'
41-
author_email: '${{ github.actor }}@users.noreply.github.com'
40+
default_author: github_actions
4241
message: |-
4342
Generated by GitHub workflow ${{ github.run_id }}
4443

0 commit comments

Comments
 (0)