We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ce395 commit cdfbe27Copy full SHA for cdfbe27
workbench/astro/src/pages/index.astro
@@ -76,7 +76,7 @@
76
77
async function main() {
78
const { runId } = await fetchAndLog(
79
- "/api/trigger?workflowFile=workflows/0_demo.ts&workflowFn=calc&args=2",
+ "/api/trigger?workflowFile=workflows/0_calc.ts&workflowFn=calc&args=2",
80
{
81
method: "POST",
82
headers: { "Content-Type": "application/json" },
0 commit comments