Skip to content

Commit acd7834

Browse files
committed
Remove a stray chevron
1 parent 0bce1e5 commit acd7834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/setup-bot-token/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ runs:
3333
- name: Set up Git
3434
run: |
3535
git config --global user.name '${{ steps.app-token.outputs.app-slug }}[bot]'
36-
git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com>'
36+
git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com'
3737
shell: bash

0 commit comments

Comments
 (0)