prettier: gen playwright (#1979)

This commit is contained in:
Will Chen
2025-12-17 22:13:54 -08:00
committed by GitHub
parent 2a5cd317e8
commit 423be75dd6

View File

@@ -71,7 +71,7 @@ function determineIssueNumber({ context }) {
context.payload?.workflow_run?.pull_requests?.[0]?.number; context.payload?.workflow_run?.pull_requests?.[0]?.number;
if (prFromPayload) return prFromPayload; if (prFromPayload) return prFromPayload;
} else { } else {
throw new Error("This script should only be run in a workflow_run") throw new Error("This script should only be run in a workflow_run");
} }
return null; return null;