Skip to content

Commit

Permalink
Fix: JavaScript action type docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fredsted committed May 7, 2024
1 parent 535f4b2 commit 8a94e6b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/custom-actions/action-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,16 +414,10 @@ Tip: To check if a Variable is set (or exists), you must enter the variable name

### JavaScript

With the JavaScript action, you can execute most kinds of JavaScript/Node.js code using a Node.js 20.10.0 sandbox.
With the JavaScript action, you can execute JavaScript code using a Node.js sandbox that runs on the Webhook.site cloud.

![](/images/javascript.png)

#### Limitations

This feature is still in beta as of late 2023, and we expect to add more features in the coming months.

Currently identified limitations include:

#### General Functions

<code>console.log(*line*)</code> / <code>echo(*line*)</code> - log a string to Action output
Expand Down

0 comments on commit 8a94e6b

Please sign in to comment.