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:
@@ -5,9 +5,6 @@ runs:
|
|||||||
using: 'node16'
|
using: 'node16'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
inputs:
|
inputs:
|
||||||
proxy:
|
|
||||||
description: 'Proxy to use'
|
|
||||||
required: false
|
|
||||||
static_site_generator:
|
static_site_generator:
|
||||||
description: 'Optional static site generator to attempt to configure: "nuxt", "next", "gatsby", or "sveltekit"'
|
description: 'Optional static site generator to attempt to configure: "nuxt", "next", "gatsby", or "sveltekit"'
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
6
dist/index.js
vendored
6
dist/index.js
vendored
@@ -15972,10 +15972,6 @@ function wrappy (fn, cb) {
|
|||||||
const core = __nccwpck_require__(2186)
|
const core = __nccwpck_require__(2186)
|
||||||
const github = __nccwpck_require__(5438)
|
const github = __nccwpck_require__(5438)
|
||||||
|
|
||||||
function getApiBaseUrl() {
|
|
||||||
return process.env.GITHUB_API_URL || 'https://api.github.com'
|
|
||||||
}
|
|
||||||
|
|
||||||
async function enablePagesSite({ githubToken }) {
|
async function enablePagesSite({ githubToken }) {
|
||||||
const octokit = github.getOctokit(githubToken)
|
const octokit = github.getOctokit(githubToken)
|
||||||
|
|
||||||
@@ -16046,7 +16042,7 @@ async function findOrCreatePagesSite({ githubToken, enablement = true }) {
|
|||||||
return pageObject
|
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