Skip to content

Commit 5878b48

Browse files
committed
ci: fix commit author
1 parent 513e40f commit 5878b48

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)