Skip to content

Commit 8d613c5

Browse files
author
colinmcneil
committed
Update JS tool registry description
1 parent 8becbbe commit 8d613c5

File tree

2 files changed

+2
-38
lines changed

2 files changed

+2
-38
lines changed

functions/registry.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,13 @@ registry:
134134
- "{{database}}"
135135
- "{{sql|safe}}"
136136
- name: run-javascript-sandbox
137-
description: execute javascript code
137+
description: Execute javascript in a Node.JS environment.
138138
parameters:
139139
type: object
140140
properties:
141141
javascript:
142142
type: string
143-
description: the javascript code to run
143+
description: the javascript code to run in node (escape for JSON serialization)
144144
container:
145145
image: vonwig/javascript-runner
146146
command:

src/extension/.github/workflows/docker.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)