Skip to content

Commit

Permalink
fix: add value to outputs of check-user-permission action
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Jul 12, 2024
1 parent 130b2e9 commit 66a630b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/check-user-permission/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ inputs:
outputs:
granted:
description: 'true if the user has the required permission, false otherwise'
value: ${{ steps.check.outputs.granted }}
permission:
description: actual user permission (admin, write, read)
value: ${{ steps.check.outputs.permission }}

runs:
using: "composite"
Expand Down

0 comments on commit 66a630b

Please sign in to comment.