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 0803a35 commit 338164cCopy full SHA for 338164c
actions/setup-bot-token/action.yml
@@ -15,7 +15,7 @@ outputs:
15
description: GitHub App slug
16
value: ${{ steps.app-token.outputs.app-slug }}
17
app-email:
18
- description: The generated email for the Github App
+ description: The generated email for the GitHub App
19
value: ${{ steps.get-user-email.outputs.user-email }}
20
runs:
21
using: "composite"
@@ -33,7 +33,7 @@ runs:
33
env:
34
GH_TOKEN: ${{ steps.app-token.outputs.token }}
35
36
- - name: Get Github app User email
+ - name: Get GitHub App User email
37
id: get-user-email
38
run: echo "user-email=${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com" >> "$GITHUB_OUTPUT"
39
shell: bash
0 commit comments