Skip to content

Commit 83d8e1a

Browse files
committed
Update distributables
1 parent 9b64f81 commit 83d8e1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15978,7 +15978,8 @@ async function enablePagesSite({ githubToken }) {
1597815978
try {
1597915979
const response = await octokit.rest.repos.createPagesSite({
1598015980
owner: github.context.repo.owner,
15981-
repo: github.context.repo.repo
15981+
repo: github.context.repo.repo,
15982+
build_type: 'workflow'
1598215983
})
1598315984

1598415985
const pageObject = response.data
@@ -16498,7 +16499,6 @@ const core = __nccwpck_require__(2186)
1649816499
// Load variables from Actions runtime
1649916500
function getRequiredVars() {
1650016501
return {
16501-
repositoryNwo: process.env.GITHUB_REPOSITORY,
1650216502
githubToken: core.getInput('token'),
1650316503
staticSiteGenerator: core.getInput('static_site_generator'),
1650416504
generatorConfigFile: core.getInput('generator_config_file'),

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)