Committed by
GitHub
Add commit author for license files (#80)
Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -20,6 +20,8 @@ jobs: | @@ -20,6 +20,8 @@ jobs: | ||
| 20 | token: ${{ secrets.GITHUB_TOKEN }} | 20 | token: ${{ secrets.GITHUB_TOKEN }} |
| 21 | path: '**/LICENSE' | 21 | path: '**/LICENSE' |
| 22 | commitTitle: Update copyright year in LICENSE file(s) | 22 | commitTitle: Update copyright year in LICENSE file(s) |
| 23 | + commitAuthorName: creativecreatorormaybenot | ||
| 24 | + commitAuthorEmail: creativecreatorormaybenot@gmail.com | ||
| 23 | prTitle: Update copyright year in LICENSE file(s) | 25 | prTitle: Update copyright year in LICENSE file(s) |
| 24 | prBody: New Year is here and we want to keep up with time :) | 26 | prBody: New Year is here and we want to keep up with time :) |
| 25 | assignees: creativecreatorormaybenot | 27 | assignees: creativecreatorormaybenot |
-
Please register or login to post a comment