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);