fix: add label

This commit is contained in:
thomas
2024-04-17 16:10:27 +02:00
parent bec812c6d9
commit 324dd8e105
2 changed files with 0 additions and 0 deletions

View File

@@ -1,13 +0,0 @@
name: 'Hello World'
description: 'Greet someone and record the time'
inputs:
who-to-greet: # id of input
description: 'Who to greet'
required: true
default: 'World'
outputs:
time: # id of output
description: 'The time we greeted you'
runs:
using: 'node20'
main: 'index.js'