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'