diff --git a/index.js b/index.js index e02901d..b969e5e 100644 --- a/index.js +++ b/index.js @@ -22144,6 +22144,8 @@ try { await import_core.summary.addRaw(` # Deploying with Cloudflare Pages +| | | +| - | - | | **Last commit:** | \`${deployment.deployment_trigger.metadata.commit_hash.substring(0, 8)}\` | | **Status**: | ${status} | | **Preview URL**: | ${deployment.url} | diff --git a/src/index.ts b/src/index.ts index f73c45b..da5c680 100644 --- a/src/index.ts +++ b/src/index.ts @@ -125,6 +125,8 @@ try { .addRaw(` # Deploying with Cloudflare Pages +| | | +| - | - | | **Last commit:** | \`${deployment.deployment_trigger.metadata.commit_hash.substring(0, 8)}\` | | **Status**: | ${status} | | **Preview URL**: | ${deployment.url} |