mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-08 00:09:45 +00:00
action.yml: add outputs of the action (time)
The javascript action does this: https://github.com/actions/javascript-action/blob/main/action.yml
This commit is contained in:
@ -6,6 +6,9 @@ inputs:
|
||||
required: true
|
||||
description: 'input description here'
|
||||
default: 'default value if applicable'
|
||||
outputs:
|
||||
time: # output will be available to future steps
|
||||
description: 'The current time after waiting'
|
||||
runs:
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
||||
|
Reference in New Issue
Block a user