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

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)