Skip to content

Commit cdfbe27

Browse files
committed
fix index astrofile
1 parent 85ce395 commit cdfbe27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workbench/astro/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
async function main() {
7878
const { runId } = await fetchAndLog(
79-
"/api/trigger?workflowFile=workflows/0_demo.ts&workflowFn=calc&args=2",
79+
"/api/trigger?workflowFile=workflows/0_calc.ts&workflowFn=calc&args=2",
8080
{
8181
method: "POST",
8282
headers: { "Content-Type": "application/json" },

0 commit comments

Comments
 (0)