prettier: gen playwright (#1979)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user