remove debug

pull/33/head
Daniel Walsh 3 years ago
parent d93aa856f5
commit a95828072a
No known key found for this signature in database
GPG Key ID: 2533E346A14D232D

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

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

Loading…
Cancel
Save