We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba469c commit 59a76e6Copy full SHA for 59a76e6
.github/workflows/cloudflare-preview-forks.yml
@@ -338,15 +338,15 @@ jobs:
338
const branchUrl = process.env.ALT_URL;
339
const commitUrl = process.env.DEPLOYMENT_URL;
340
const url = branchUrl || commitUrl || '';
341
-
+
342
if (!url) {
343
core.info('No preview URL found from Cloudflare action outputs.');
344
return;
345
}
346
347
const urlType = branchUrl ? 'stable branch preview' : 'deployment preview';
348
const body = `Cloudflare Pages ${urlType}: ${url}`;
349
350
core.info(`Using ${urlType} URL: ${url}`);
351
const { data: comments } = await github.rest.issues.listComments({
352
owner: context.repo.owner,
0 commit comments