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

View File

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

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

File diff suppressed because one or more lines are too long