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 1fa8447 commit dcc1bc3Copy full SHA for dcc1bc3
.github/workflows/auto-format.yml
@@ -83,5 +83,7 @@ jobs:
83
git config --local user.email "github-actions[bot]@users.noreply.github.com"
84
git config --local user.name "github-actions[bot]"
85
git add -A
86
- git commit -m "style: auto-format code [skip ci]"
+ CO_AUTHOR_NAME="${{ github.event.repository.owner.login }}"
87
+ CO_AUTHOR_EMAIL="${{ github.event.repository.owner.id }}+${{ github.event.repository.owner.login }}@users.noreply.github.com"
88
+ git commit -m $'style: auto-format code [skip ci]\n\nCo-authored-by: '"$CO_AUTHOR_NAME"' <'"$CO_AUTHOR_EMAIL"'>'
89
git push
0 commit comments