Skip to content

Commit

Permalink
fixup! Add option to not revoke token
Browse files Browse the repository at this point in the history
  • Loading branch information
tibdex committed Sep 19, 2023
1 parent b672cdc commit e20731e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ runs:
using: node20
main: dist/main/index.js
post: dist/post/index.js
post-if: fromJson(github.event.inputs.revoke)
post-if: github.event.inputs.revoke == "true"
branding:
icon: unlock
color: gray-dark

0 comments on commit e20731e

Please sign in to comment.