From e20731e3e6b6aa92adbd69716f8f12f208473219 Mon Sep 17 00:00:00 2001 From: Thibault Derousseaux Date: Tue, 19 Sep 2023 11:51:45 -0400 Subject: [PATCH] fixup! Add option to not revoke token --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 74e43f1..a56a0ad 100644 --- a/action.yml +++ b/action.yml @@ -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