Skip to content

Commit 59a76e6

Browse files
committed
pacify prettier
1 parent 2ba469c commit 59a76e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cloudflare-preview-forks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,15 +338,15 @@ jobs:
338338
const branchUrl = process.env.ALT_URL;
339339
const commitUrl = process.env.DEPLOYMENT_URL;
340340
const url = branchUrl || commitUrl || '';
341-
341+
342342
if (!url) {
343343
core.info('No preview URL found from Cloudflare action outputs.');
344344
return;
345345
}
346-
346+
347347
const urlType = branchUrl ? 'stable branch preview' : 'deployment preview';
348348
const body = `Cloudflare Pages ${urlType}: ${url}`;
349-
349+
350350
core.info(`Using ${urlType} URL: ${url}`);
351351
const { data: comments } = await github.rest.issues.listComments({
352352
owner: context.repo.owner,

0 commit comments

Comments
 (0)