Skip to content

Commit b91f717

Browse files
authored
Fix commit author format in lint workflow
1 parent c562a91 commit b91f717

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@ jobs:
170170
with:
171171
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
172172
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
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>

0 commit comments

Comments
 (0)