Skip to content

Commit

Permalink
Update automation schema.json.hbs
Browse files Browse the repository at this point in the history
  • Loading branch information
mike12345567 committed Apr 18, 2023
1 parent 191b23e commit 1596de8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions automation/schema.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"type": "automation",
"metadata": {},
"schema": {
"name": "Logger",
"tagline": "Console log a value in the backend",
"icon": "Monitoring",
"description": "Logs the given text to the server (using console.log)",
"name": "{{ name }}",
"tagline": "{{ description }}",
"icon": "Actions",
"description": "{{ description }}",
"type": "action",
"stepId": "logger",
"stepId": "{{ name }}",
"inputs": {
"text": ""
},
Expand Down

0 comments on commit 1596de8

Please sign in to comment.