mirror of
https://github.com/actions/configure-pages.git
synced 2026-03-30 18:14:51 +00:00
Fix context:
This commit is contained in:
@@ -4,7 +4,7 @@ const enablePages = require('./enable-pages')
|
|||||||
const getPagesBaseUrl = require('./get-pages-base-url')
|
const getPagesBaseUrl = require('./get-pages-base-url')
|
||||||
|
|
||||||
// All variables we need from the runtime are loaded here
|
// All variables we need from the runtime are loaded here
|
||||||
const getContext = require('./context')
|
const {getContext} = require('./context')
|
||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user