Commit 0a11666
committed
Use sign-commits instead of hardcoded author
sign-commits: true causes the action to create commits via the GitHub
REST API, automatically using the token identity (github-actions[bot])
for both author and committer. This avoids hardcoding the bot email
and gives commits a Verified badge as a bonus.
The author/committer inputs are ignored when sign-commits is enabled.1 parent 2e5dc3c commit 0a11666
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments