resolve N8N community node issues (#2861)
This commit is contained in:
committed by
GitHub
parent
393387acb0
commit
1a0e5448d8
@@ -122,7 +122,6 @@ export class Skyvern implements INodeType {
|
||||
request: {
|
||||
baseURL: '={{$credentials.baseUrl}}',
|
||||
method: 'GET',
|
||||
url: '/v1/run/tasks',
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -157,6 +156,7 @@ export class Skyvern implements INodeType {
|
||||
request: {
|
||||
baseURL: '={{$credentials.baseUrl}}',
|
||||
method: 'POST',
|
||||
url: '={{"/api/v1/workflows/" + $parameter["workflowId"] + "/run"}}',
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -382,7 +382,6 @@ export class Skyvern implements INodeType {
|
||||
},
|
||||
routing: {
|
||||
request: {
|
||||
url: '={{"/api/v1/workflows/" + $parameter["workflowId"] + "/run"}}',
|
||||
body: {
|
||||
data: '={{$value["value"]}}',
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "n8n-nodes-skyvern",
|
||||
"version": "0.0.5",
|
||||
"version": "0.0.6",
|
||||
"description": "Skyvern Node for n8n",
|
||||
"keywords": [
|
||||
"n8n-community-node-package"
|
||||
|
||||
Reference in New Issue
Block a user