Skip to content

Commit

Permalink
remove action proxy input
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Daley committed Feb 10, 2023
1 parent 549319b commit c8baff7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
3 changes: 0 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ runs:
using: 'node16'
main: 'dist/index.js'
inputs:
proxy:
description: 'Proxy to use'
required: false
static_site_generator:
description: 'Optional static site generator to attempt to configure: "nuxt", "next", "gatsby", or "sveltekit"'
required: false
Expand Down
6 changes: 1 addition & 5 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -16046,7 +16042,7 @@ async function findOrCreatePagesSite({ githubToken, enablement = true }) {
return pageObject
}

module.exports = { findOrCreatePagesSite, enablePagesSite, getPagesSite, getApiBaseUrl }
module.exports = { findOrCreatePagesSite, enablePagesSite, getPagesSite }


/***/ }),
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit c8baff7

Please sign in to comment.