mirror of
https://github.com/actions/configure-pages.git
synced 2025-12-09 00:26:08 +00:00
fix context
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@@ -8290,6 +8290,7 @@ const getContext = __nccwpck_require__(1319)
|
||||
|
||||
async function main() {
|
||||
try {
|
||||
const context = getContext()
|
||||
await getPagesBaseUrl(context)
|
||||
} catch (error) {
|
||||
core.setFailed(error)
|
||||
|
||||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
@@ -7,6 +7,7 @@ const getContext = require('./context')
|
||||
|
||||
async function main() {
|
||||
try {
|
||||
const context = getContext()
|
||||
await getPagesBaseUrl(context)
|
||||
} catch (error) {
|
||||
core.setFailed(error)
|
||||
|
||||
Reference in New Issue
Block a user