Skip to content

Commit 5b6eb6c

Browse files
committed
fix action key
1 parent c922958 commit 5b6eb6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import skyvern from "../../skyvern.app.mjs";
22

33
export default {
4-
key: "skyvern-get-workflow-run-details",
4+
key: "skyvern-get-workflow",
55
name: "Get Workflow Run Details",
66
description: "Retrieve details of runs of a specific Skyvern workflow. Useful for checking the status and result of a run. [See the documentation](https://docs.skyvern.com/workflows/getting-workflows)",
77
version: "0.0.1",

0 commit comments

Comments
 (0)