remove action proxy input

This commit is contained in:
Jeremy Daley
2023-02-10 03:13:31 -05:00
parent 549319b80b
commit c8baff747f
3 changed files with 2 additions and 9 deletions

6
dist/index.js vendored
View File

@@ -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

File diff suppressed because one or more lines are too long