Rebuild the dist folder

This commit is contained in:
Konrad Pabjan
2023-10-30 15:07:46 -04:00
parent b15b65d3e5
commit a075a5970d
2 changed files with 4 additions and 3 deletions

5
dist/index.js generated vendored
View File

@@ -9824,8 +9824,8 @@ class Deployment {
this.startTime = null this.startTime = null
} }
// Ask the runtime for and artifact id and deploy to GitHub Pages // Call GitHub api to fetch artifacts matching the provided name and deploy to GitHub Pages
// by creating a deployment with that artifact // by creating a deployment with that artifact id
async create(idToken) { async create(idToken) {
if (Number(core.getInput('timeout')) > MAX_TIMEOUT) { if (Number(core.getInput('timeout')) > MAX_TIMEOUT) {
core.warning( core.warning(
@@ -9871,6 +9871,7 @@ class Deployment {
} }
core.info(`Created deployment for ${this.buildVersion}, ID: ${this.deploymentInfo?.id}`) core.info(`Created deployment for ${this.buildVersion}, ID: ${this.deploymentInfo?.id}`)
core.debug(JSON.stringify(deployment)) core.debug(JSON.stringify(deployment))
return deployment return deployment

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long