mirror of
https://github.com/actions/configure-pages.git
synced 2025-12-08 08:06:09 +00:00
Parse the static sit config, inject pages url
This commit is contained in:
@@ -4,7 +4,8 @@ const core = require('@actions/core')
|
||||
function getRequiredVars() {
|
||||
return {
|
||||
repositoryNwo: process.env.GITHUB_REPOSITORY,
|
||||
githubToken: core.getInput('token')
|
||||
githubToken: core.getInput('token'),
|
||||
staticSiteGenerator: core.getInput('static_site_generator')
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user