Skip to content

Commit 33e0477

Browse files
authored
chore: output the github app slug (#496)
1 parent 086208c commit 33e0477

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

actions/setup-bot-token/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ outputs:
1111
token:
1212
description: The token to use for the GitHub App
1313
value: ${{ steps.app-token.outputs.token }}
14+
app-slug:
15+
description: GitHub App slug
16+
value: ${{ steps.app-token.outputs.app-slug }}
1417
runs:
1518
using: "composite"
1619
steps:

0 commit comments

Comments
 (0)