mirror of
https://github.com/actions/configure-pages.git
synced 2026-03-30 01:54:51 +00:00
fix context
This commit is contained in:
@@ -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