Update dist

This commit is contained in:
James M. Greene
2022-06-07 14:52:07 -05:00
parent 8202494c81
commit 42f1735373
2 changed files with 17 additions and 19 deletions

2
dist/index.js vendored
View File

@@ -8219,7 +8219,6 @@ const axios = __nccwpck_require__(6545)
async function getPageBaseUrl() { async function getPageBaseUrl() {
try { try {
if (deployment.requestedDeployment) {
const pagesEndpoint = `https://api.github.com/repos/${process.env.GITHUB_REPOSITORY}/pages` const pagesEndpoint = `https://api.github.com/repos/${process.env.GITHUB_REPOSITORY}/pages`
const response = await axios.get( const response = await axios.get(
pagesEndpoint, pagesEndpoint,
@@ -8237,7 +8236,6 @@ async function getPageBaseUrl() {
core.info(JSON.stringify(pageObject)) core.info(JSON.stringify(pageObject))
core.setOutput('base_url', pageObject.html_url) core.setOutput('base_url', pageObject.html_url)
core.info(`Get the Base URL to the page with endpoint ${pagesEndpoint}`) core.info(`Get the Base URL to the page with endpoint ${pagesEndpoint}`)
}
} catch (e) { } catch (e) {
console.info('Get on the Page failed', e) console.info('Get on the Page failed', e)
process.exit(1) process.exit(1)

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long