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

@ -22123,6 +22123,7 @@ try {
}
const gitHubDeployment = await createGitHubDeployment();
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);

@ -87,6 +87,9 @@ try {
const pagesDeployment = await createPagesDeployment();
// wut
console.log(pagesDeployment);
setOutput("id", pagesDeployment.id);
setOutput("url", pagesDeployment.url);
setOutput("environment", pagesDeployment.environment);

Loading…
Cancel
Save