report the env var

This commit is contained in:
Jess Bees
2022-11-16 12:21:11 -05:00
parent 0f34457470
commit 5c24c29b4d
3 changed files with 3 additions and 1 deletions

1
dist/index.js vendored
View File

@@ -6995,6 +6995,7 @@ class Deployment {
}
core.info(`Creating deployment with payload:\n${JSON.stringify(payload, null, '\t')}`)
core.info(`Sending payload to: ${pagesDeployEndpoint}`)
core.info(`It should be sent do: ${process.env.GITHUB_API_URL}`)
const response = await axios.post(pagesDeployEndpoint, payload, {
headers: {
Accept: 'application/vnd.github.v3+json',

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@@ -62,6 +62,7 @@ class Deployment {
}
core.info(`Creating deployment with payload:\n${JSON.stringify(payload, null, '\t')}`)
core.info(`Sending payload to: ${pagesDeployEndpoint}`)
core.info(`It should be sent do: ${process.env.GITHUB_API_URL}`)
const response = await axios.post(pagesDeployEndpoint, payload, {
headers: {
Accept: 'application/vnd.github.v3+json',