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 c562a91 commit b91f717Copy full SHA for b91f717
1 file changed
.github/workflows/lint.yml
@@ -170,4 +170,4 @@ jobs:
170
with:
171
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
172
commit_message: "Fix linting issues"
173
- commit_author: ${{ steps.app-token.outputs.app-slug }}[bot] ${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com
+ commit_author: ${{ steps.app-token.outputs.app-slug }}[bot] <${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com>
0 commit comments