mirror of
https://github.com/actions/configure-pages.git
synced 2026-03-30 10:04:52 +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() {
|
async function main() {
|
||||||
try {
|
try {
|
||||||
|
const context = getContext()
|
||||||
await getPagesBaseUrl(context)
|
await getPagesBaseUrl(context)
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
core.setFailed(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() {
|
async function main() {
|
||||||
try {
|
try {
|
||||||
|
const context = getContext()
|
||||||
await getPagesBaseUrl(context)
|
await getPagesBaseUrl(context)
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
core.setFailed(error)
|
core.setFailed(error)
|
||||||
|
|||||||
Reference in New Issue
Block a user