mirror of
https://github.com/actions/configure-pages.git
synced 2025-12-08 08:06:09 +00:00
remove action proxy input
This commit is contained in:
6
dist/index.js
vendored
6
dist/index.js
vendored
@@ -15972,10 +15972,6 @@ function wrappy (fn, cb) {
|
||||
const core = __nccwpck_require__(2186)
|
||||
const github = __nccwpck_require__(5438)
|
||||
|
||||
function getApiBaseUrl() {
|
||||
return process.env.GITHUB_API_URL || 'https://api.github.com'
|
||||
}
|
||||
|
||||
async function enablePagesSite({ githubToken }) {
|
||||
const octokit = github.getOctokit(githubToken)
|
||||
|
||||
@@ -16046,7 +16042,7 @@ async function findOrCreatePagesSite({ githubToken, enablement = true }) {
|
||||
return pageObject
|
||||
}
|
||||
|
||||
module.exports = { findOrCreatePagesSite, enablePagesSite, getPagesSite, getApiBaseUrl }
|
||||
module.exports = { findOrCreatePagesSite, enablePagesSite, getPagesSite }
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user