Skip to content

Commit 338164c

Browse files
nirinchevgagik
andauthored
Apply suggestions from code review
Co-authored-by: Gagik Amaryan <[email protected]>
1 parent 0803a35 commit 338164c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actions/setup-bot-token/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ outputs:
1515
description: GitHub App slug
1616
value: ${{ steps.app-token.outputs.app-slug }}
1717
app-email:
18-
description: The generated email for the Github App
18+
description: The generated email for the GitHub App
1919
value: ${{ steps.get-user-email.outputs.user-email }}
2020
runs:
2121
using: "composite"
@@ -33,7 +33,7 @@ runs:
3333
env:
3434
GH_TOKEN: ${{ steps.app-token.outputs.token }}
3535

36-
- name: Get Github app User email
36+
- name: Get GitHub App User email
3737
id: get-user-email
3838
run: echo "user-email=${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com" >> "$GITHUB_OUTPUT"
3939
shell: bash

0 commit comments

Comments
 (0)