Skip to content

Commit

Permalink
Update JS tool registry description
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinMcNeil committed Sep 18, 2024
1 parent 8becbbe commit 8d613c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 38 deletions.
4 changes: 2 additions & 2 deletions functions/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@ registry:
- "{{database}}"
- "{{sql|safe}}"
- name: run-javascript-sandbox
description: execute javascript code
description: Execute javascript in a Node.JS environment.
parameters:
type: object
properties:
javascript:
type: string
description: the javascript code to run
description: the javascript code to run in node (escape for JSON serialization)
container:
image: vonwig/javascript-runner
command:
Expand Down
36 changes: 0 additions & 36 deletions src/extension/.github/workflows/docker.yml

This file was deleted.

0 comments on commit 8d613c5

Please sign in to comment.