Skip to content

Commit 3014ab7

Browse files
authored
Skyvern - bug fix to run-workflow action (#16929)
* bug fix * pnpm-lock.yaml * pnpm-lock.yaml * pnpm-lock.yaml
1 parent 4632fa3 commit 3014ab7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/skyvern/actions/run-workflow/run-workflow.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "skyvern-run-workflow",
66
name: "Run Workflow",
77
description: "Trigger a predefined workflow in Skyvern, allowing the execution of complex routines from Pipedream. [See the documentation](https://docs.skyvern.com/workflows/running-workflows)",
8-
version: "0.0.1",
8+
version: "0.0.2",
99
type: "action",
1010
props: {
1111
skyvern,
@@ -35,8 +35,8 @@ export default {
3535
workflowId: this.workflowId,
3636
data: {
3737
data: parseObject(this.data),
38-
proxyLocation: "RESIDENTIAL",
39-
webhookCallbackUrl: this.webhookCallbackUrl,
38+
proxy_location: "RESIDENTIAL",
39+
webhook_callback_url: this.webhookCallbackUrl,
4040
},
4141
});
4242

components/skyvern/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/skyvern",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Pipedream Skyvern Components",
55
"main": "skyvern.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)