Skip to content

Commit cdc0a25

Browse files
committed
fix(workflow): update CorePing task script path from index.tsx to coreping.ts to ensure correct execution
1 parent 8409243 commit cdc0a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coreping.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: bun i
2626

2727
# Run CorePing task
28-
- run: bun app/tasks/coreping/index.tsx
28+
- run: bun app/tasks/coreping/coreping.ts
2929
timeout-minutes: 8
3030
env:
3131
GH_TOKEN_COMFY_PR: ${{ secrets.GH_TOKEN_COMFY_PR_BOT }}

0 commit comments

Comments
 (0)