Skip to content

Commit

Permalink
chore: output the github app slug (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev authored Jan 7, 2025
1 parent 086208c commit 33e0477
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions actions/setup-bot-token/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ outputs:
token:
description: The token to use for the GitHub App
value: ${{ steps.app-token.outputs.token }}
app-slug:
description: GitHub App slug
value: ${{ steps.app-token.outputs.app-slug }}
runs:
using: "composite"
steps:
Expand Down

0 comments on commit 33e0477

Please sign in to comment.