diff --git a/action.yml b/action.yml index e6a0bae..9c65c17 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ inputs: default: '1000' outputs: time: # output will be available to future steps - description: 'The message to output' + description: 'The current time after waiting' runs: using: 'node12' main: 'dist/index.js'