We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513e40f commit 5878b48Copy full SHA for 5878b48
.github/workflows/generate.yml
@@ -37,8 +37,7 @@ jobs:
37
uses: EndBug/add-and-commit@v7
38
with:
39
cwd: './target'
40
- author_name: '${{ github.actor }}'
41
- author_email: '${{ github.actor }}@users.noreply.github.com'
+ default_author: github_actions
42
message: |-
43
Generated by GitHub workflow ${{ github.run_id }}
44
0 commit comments