Skip to content

Commit dd76b5c

Browse files
authored
Chore: Ignore author field (#506)
* ignore autho field * text
1 parent 23c59c9 commit dd76b5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/automatic-update.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
with:
4141
token: ${{ steps.generate_token.outputs.token }}
4242
branch: new-update-plugin-examples
43-
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
43+
# Author field is ignored when sign-commits is set to true
44+
# author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
4445
delete-branch: true
4546
commit-message: "chore: update configuration to latest version"
4647
sign-commits: true

0 commit comments

Comments
 (0)