Happy enough

pull/44/head
Daniel Walsh 2 years ago
parent bff0424f6f
commit ef4ec517c9
No known key found for this signature in database

@ -22144,8 +22144,8 @@ try {
await import_core.summary.addRaw(`
# Deploying with Cloudflare Pages
| | |
| - | - |
| Name | Result |
| ----------------------- | - |
| **Last commit:** | \`${deployment.deployment_trigger.metadata.commit_hash.substring(0, 8)}\` |
| **Status**: | ${status} |
| **Preview URL**: | ${deployment.url} |

@ -115,24 +115,16 @@ try {
}
await summary
// .addHeading('Deploying with Cloudflare Pages')
// .addTable([
// ['**Last commit:**', `\`${deployment.deployment_trigger.metadata.commit_hash.substring(0, 8)}\``],
// ['**Status:**', ''],
// ['**Preview URL**:', deployment.url],
// ['**Branch Preview URL**:', aliasUrl],
// ])
.addRaw(`
# Deploying with Cloudflare Pages
| | |
| - | - |
| Name | Result |
| ----------------------- | - |
| **Last commit:** | \`${deployment.deployment_trigger.metadata.commit_hash.substring(0, 8)}\` |
| **Status**: | ${status} |
| **Preview URL**: | ${deployment.url} |
| **Branch Preview URL**: | ${aliasUrl} |
`)
// .addLink('Preview URL', deployment.url)
.write();
}

Loading…
Cancel
Save