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 86b770e commit be108e1
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: github.event.inputs.revoke == 'true'
post-if: inputs.revoke == 'true'
branding:
icon: unlock
color: gray-dark

0 comments on commit be108e1

Please sign in to comment.