From 29c3550c86314e8afd3e53b129874f1f46bc50ce Mon Sep 17 00:00:00 2001 From: Daniel Walsh Date: Sat, 22 Oct 2022 01:19:19 +0100 Subject: [PATCH] pls fail --- index.js | 1 + src/index.ts | 3 +++ 2 files changed, 4 insertions(+) diff --git a/index.js b/index.js index 088e8be..38f958b 100644 --- a/index.js +++ b/index.js @@ -22123,6 +22123,7 @@ try { } const gitHubDeployment = await createGitHubDeployment(); const pagesDeployment = await createPagesDeployment(); + console.log(pagesDeployment); const productionEnvironment = pagesDeployment.environment === "production"; (0, import_core.setOutput)("id", pagesDeployment.id); (0, import_core.setOutput)("url", pagesDeployment.url); diff --git a/src/index.ts b/src/index.ts index 75d88de..5c4c6e6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -87,6 +87,9 @@ try { const pagesDeployment = await createPagesDeployment(); + // la la debug + console.log(pagesDeployment) + const productionEnvironment = pagesDeployment.environment === "production"; setOutput("id", pagesDeployment.id);