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 23c59c9 commit dd76b5cCopy full SHA for dd76b5c
.github/workflows/automatic-update.yml
@@ -40,7 +40,8 @@ jobs:
40
with:
41
token: ${{ steps.generate_token.outputs.token }}
42
branch: new-update-plugin-examples
43
- author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
+ # Author field is ignored when sign-commits is set to true
44
+ # author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
45
delete-branch: true
46
commit-message: "chore: update configuration to latest version"
47
sign-commits: true
0 commit comments