Update distributables

This commit is contained in:
James M. Greene
2023-02-16 07:07:02 -06:00
parent 9b64f8160b
commit 83d8e1aa25
2 changed files with 3 additions and 3 deletions

4
dist/index.js vendored
View File

@@ -15978,7 +15978,8 @@ async function enablePagesSite({ githubToken }) {
try { try {
const response = await octokit.rest.repos.createPagesSite({ const response = await octokit.rest.repos.createPagesSite({
owner: github.context.repo.owner, owner: github.context.repo.owner,
repo: github.context.repo.repo repo: github.context.repo.repo,
build_type: 'workflow'
}) })
const pageObject = response.data const pageObject = response.data
@@ -16498,7 +16499,6 @@ const core = __nccwpck_require__(2186)
// Load variables from Actions runtime // Load variables from Actions runtime
function getRequiredVars() { function getRequiredVars() {
return { return {
repositoryNwo: process.env.GITHUB_REPOSITORY,
githubToken: core.getInput('token'), githubToken: core.getInput('token'),
staticSiteGenerator: core.getInput('static_site_generator'), staticSiteGenerator: core.getInput('static_site_generator'),
generatorConfigFile: core.getInput('generator_config_file'), generatorConfigFile: core.getInput('generator_config_file'),

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long