mirror of
https://github.com/actions/configure-pages.git
synced 2025-12-08 16:16:09 +00:00
typo
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -14773,7 +14773,7 @@ module.exports = enablePages
|
|||||||
|
|
||||||
const core = __nccwpck_require__(2186)
|
const core = __nccwpck_require__(2186)
|
||||||
const axios = __nccwpck_require__(6545)
|
const axios = __nccwpck_require__(6545)
|
||||||
const setPagesPath = __nccwpck_require__(4770)
|
const {setPagesPath} = __nccwpck_require__(4770)
|
||||||
|
|
||||||
async function getPagesBaseUrl({
|
async function getPagesBaseUrl({
|
||||||
repositoryNwo,
|
repositoryNwo,
|
||||||
|
|||||||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
const core = require('@actions/core')
|
const core = require('@actions/core')
|
||||||
const axios = require('axios')
|
const axios = require('axios')
|
||||||
const setPagesPath = require('./set-pages-path')
|
const {setPagesPath} = require('./set-pages-path')
|
||||||
|
|
||||||
async function getPagesBaseUrl({
|
async function getPagesBaseUrl({
|
||||||
repositoryNwo,
|
repositoryNwo,
|
||||||
|
|||||||
Reference in New Issue
Block a user