mirror of
https://github.com/actions/deploy-pages.git
synced 2025-12-09 00:26:14 +00:00
report the env var
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@@ -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
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user