mirror of
https://github.com/actions/deploy-pages.git
synced 2025-12-08 16:16:16 +00:00
add some debug log?
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@@ -7067,6 +7067,7 @@ module.exports = function getContext() {
|
||||
const requiredVars = getRequiredVars()
|
||||
for (const variable in requiredVars) {
|
||||
if (requiredVars[variable] === undefined) {
|
||||
console.log(`${variable} is undefined. Cannot continue.`)
|
||||
throw new Error(`${variable} is undefined. Cannot continue.`)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user