remove needless output

This commit is contained in:
Martin Thielecke 2023-10-05 15:42:57 +02:00
parent 1d8d3bcf16
commit 04fc39e71c
Signed by: mthie
GPG Key ID: D1D25A85C8604DFB

View File

@ -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'