fix context
This commit is contained in:
Vendored
+1
@@ -8290,6 +8290,7 @@ const getContext = __nccwpck_require__(1319)
|
||||
|
||||
async function main() {
|
||||
try {
|
||||
const context = getContext()
|
||||
await getPagesBaseUrl(context)
|
||||
} catch (error) {
|
||||
core.setFailed(error)
|
||||
|
||||
Vendored
+1
-1
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