mirror of
https://github.com/actions/javascript-action.git
synced 2025-04-06 07:19:42 +00:00
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:
@ -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'
|
||||
|
Reference in New Issue
Block a user