remove dead preview API request forwarding (#309)

the action now calls preview deployments directly via API_URL secret
(set by preview-create.ts), making the production-side forwarding
fallback unnecessary. also removes orphaned workflowRun.ts interface.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Colin McDonnell
2026-02-14 04:04:23 +00:00
committed by pullfrog[bot]
parent 9a1f3bdb0a
commit e45c4a84a2
-3
View File
@@ -1,3 +0,0 @@
export interface WorkflowRunInfo {
progressCommentId: string | null;
}