From 267e04bd5b3b4b37f913fe9de9dfceca233aa708 Mon Sep 17 00:00:00 2001 From: Federico Grandi Date: Sat, 16 Jan 2021 17:14:41 +0100 Subject: [PATCH] chore: remove obsolete input from Input type --- src/util.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util.ts b/src/util.ts index 6811358..8ae5cdf 100644 --- a/src/util.ts +++ b/src/util.ts @@ -12,7 +12,6 @@ export type Input = | 'remove' | 'signoff' | 'tag' - | 'token' export const outputs = { committed: 'false',