Skip to content

Commit e5b630c

Browse files
committed
ci: test
1 parent 1cc29b5 commit e5b630c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/actions/setup-git-as-bot/action.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ outputs:
1414
token:
1515
description: 'The GitHub authentication token'
1616
value: ${{ steps.app-token.outputs.token }}
17-
user-name:
18-
description: 'The GitHub App bot user name'
19-
value: ${{ steps.configure-git.outputs.user_name }}
20-
user-email:
21-
description: 'The GitHub App bot user email'
22-
value: ${{ steps.configure-git.outputs.user_email }}
17+
# user-name:
18+
# description: 'The GitHub App bot user name'
19+
# value: ${{ steps.configure-git.outputs.user_name }}
20+
# user-email:
21+
# description: 'The GitHub App bot user email'
22+
# value: ${{ steps.configure-git.outputs.user_email }}
2323

2424
runs:
2525
using: 'composite'
@@ -44,7 +44,7 @@ runs:
4444
USER_NAME: '${{ steps.app-token.outputs.app-slug }}[bot]'
4545
USER_EMAIL: '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com'
4646
run: |
47-
echo "user_name=$USER_NAME" >> "$GITHUB_OUTPUT"
48-
echo "user_email=$USER_EMAIL" >> "$GITHUB_OUTPUT"
47+
echo "user-name=$USER_NAME" >> "$GITHUB_OUTPUT"
48+
echo "user-email=$USER_EMAIL" >> "$GITHUB_OUTPUT"
4949
git config --local user.name $USER_NAME
5050
git config --local user.email $USER_EMAIL

0 commit comments

Comments
 (0)