2021-11-02 16:02:10 +09:00
|
|
|
name: 'The name of your action here'
|
2019-09-10 23:28:52 -04:00
|
|
|
description: 'Provide a description here'
|
|
|
|
|
author: 'Your name or organization here'
|
2023-08-23 13:37:14 -04:00
|
|
|
|
|
|
|
|
# Define your inputs here.
|
2019-08-22 04:30:36 +02:00
|
|
|
inputs:
|
2023-08-23 13:37:14 -04:00
|
|
|
milliseconds:
|
|
|
|
|
description: 'Your input description here'
|
2020-07-20 07:44:22 -04:00
|
|
|
required: true
|
2023-08-23 13:37:14 -04:00
|
|
|
default: '1000'
|
|
|
|
|
|
|
|
|
|
# Define your outputs here.
|
|
|
|
|
outputs:
|
|
|
|
|
time:
|
|
|
|
|
description: 'Your output description here'
|
|
|
|
|
|
2019-07-22 14:15:40 -04:00
|
|
|
runs:
|
2023-09-11 13:24:18 -04:00
|
|
|
using: node20
|
2023-08-23 13:37:14 -04:00
|
|
|
main: dist/index.js
|