add docs to javascript

This commit is contained in:
Simon Larsen 2023-02-20 15:19:25 +00:00
parent ed3099ba2e
commit 29d7bd805b
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -6,6 +6,10 @@ This trigger lets you run custom JavaScrip[t in your workflow.
args['your-argument']
// to return a value simply,
return yourValue;
```
**Things to note:**