fix context

This commit is contained in:
Smitha Borkar
2022-06-08 16:01:15 -07:00
parent 495329285a
commit 84c90f9450
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -8290,6 +8290,7 @@ const getContext = __nccwpck_require__(1319)
async function main() {
try {
const context = getContext()
await getPagesBaseUrl(context)
} catch (error) {
core.setFailed(error)
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -7,6 +7,7 @@ const getContext = require('./context')
async function main() {
try {
const context = getContext()
await getPagesBaseUrl(context)
} catch (error) {
core.setFailed(error)