mirror of
https://github.com/actions/configure-pages.git
synced 2025-12-08 08:06:09 +00:00
Change environment variable data type to explicit string
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -16443,7 +16443,7 @@ async function main() {
|
||||
setPagesPath({ staticSiteGenerator, generatorConfigFile, path: siteUrl.pathname })
|
||||
}
|
||||
outputPagesBaseUrl(siteUrl)
|
||||
core.exportVariable('GITHUB_PAGES', true)
|
||||
core.exportVariable('GITHUB_PAGES', 'true')
|
||||
} catch (error) {
|
||||
core.setFailed(error)
|
||||
process.exit(1)
|
||||
|
||||
@@ -18,7 +18,7 @@ async function main() {
|
||||
setPagesPath({ staticSiteGenerator, generatorConfigFile, path: siteUrl.pathname })
|
||||
}
|
||||
outputPagesBaseUrl(siteUrl)
|
||||
core.exportVariable('GITHUB_PAGES', true)
|
||||
core.exportVariable('GITHUB_PAGES', 'true')
|
||||
} catch (error) {
|
||||
core.setFailed(error)
|
||||
process.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user