This commit is contained in:
Yoann Chaudet
2022-07-19 16:21:56 -07:00
parent 05829a2e3d
commit 69fea3d62e
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@@ -14773,7 +14773,7 @@ module.exports = enablePages
const core = __nccwpck_require__(2186)
const axios = __nccwpck_require__(6545)
const setPagesPath = __nccwpck_require__(4770)
const {setPagesPath} = __nccwpck_require__(4770)
async function getPagesBaseUrl({
repositoryNwo,

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
const core = require('@actions/core')
const axios = require('axios')
const setPagesPath = require('./set-pages-path')
const {setPagesPath} = require('./set-pages-path')
async function getPagesBaseUrl({
repositoryNwo,