From a95828072a00b9d74f9c613fc0af80d9e519ae29 Mon Sep 17 00:00:00 2001 From: Daniel Walsh Date: Sat, 22 Oct 2022 01:39:15 +0100 Subject: [PATCH] remove debug --- index.js | 1 - src/index.ts | 3 --- 2 files changed, 4 deletions(-) diff --git a/index.js b/index.js index de578bc..aa4bd4c 100644 --- a/index.js +++ b/index.js @@ -22143,7 +22143,6 @@ try { } const gitHubDeployment = await createGitHubDeployment(productionEnvironment, environmentName); const pagesDeployment = await createPagesDeployment(); - console.log(pagesDeployment); (0, import_core.setOutput)("id", pagesDeployment.id); (0, import_core.setOutput)("url", pagesDeployment.url); (0, import_core.setOutput)("environment", pagesDeployment.environment); diff --git a/src/index.ts b/src/index.ts index fb5858b..02902aa 100644 --- a/src/index.ts +++ b/src/index.ts @@ -118,9 +118,6 @@ try { const pagesDeployment = await createPagesDeployment(); - // la la debug - console.log(pagesDeployment) - setOutput("id", pagesDeployment.id); setOutput("url", pagesDeployment.url); setOutput("environment", pagesDeployment.environment);