Fix description of time output in action.yml (#76)

The old example probably is not what people should emulate when they write descriptions of their actions' outputs.
This commit is contained in:
Nick Crews
2021-10-13 06:01:02 -06:00
committed by GitHub
parent 78c7f1a653
commit 3ef67e76ce

View File

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