mirror of
https://github.com/actions/javascript-action.git
synced 2025-12-11 13:20:32 +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'
|
default: '1000'
|
||||||
outputs:
|
outputs:
|
||||||
time: # output will be available to future steps
|
time: # output will be available to future steps
|
||||||
description: 'The message to output'
|
description: 'The current time after waiting'
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
|||||||
Reference in New Issue
Block a user