From 04fc39e71c18506b22c63d198bf5c4227c3c43ca Mon Sep 17 00:00:00 2001 From: Martin Thielecke Date: Thu, 5 Oct 2023 15:42:57 +0200 Subject: [PATCH] remove needless output --- action.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/action.yml b/action.yml index bdd5673..97e8637 100644 --- a/action.yml +++ b/action.yml @@ -20,9 +20,6 @@ inputs: token: description: 'The Vault Token to be used to authenticate with Vault' required: false -outputs: - time: - description: 'The time when the action was called' runs: using: 'go' main: 'main.go'