This commit is contained in:
Konrad Pabjan
2023-10-27 17:40:12 -04:00
parent 324d9f15de
commit 499890a085
4 changed files with 51 additions and 11 deletions

View File

@@ -41,7 +41,7 @@ class Deployment {
this.startTime = null
}
// Ask the runtime for the unsigned artifact URL and deploy to GitHub Pages
// Ask the runtime for and artifact id and deploy to GitHub Pages
// by creating a deployment with that artifact
async create(idToken) {
if (Number(core.getInput('timeout')) > MAX_TIMEOUT) {
@@ -67,6 +67,8 @@ class Deployment {
console.log(artifactData)
// TODO create deployment
return
} catch (error) {
core.error(error.stack)