mirror of
https://github.com/actions/deploy-pages.git
synced 2026-03-30 18:14:52 +00:00
Update distributables
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -10152,7 +10152,7 @@ class Deployment {
|
|||||||
|
|
||||||
// build customized error message based on server response
|
// build customized error message based on server response
|
||||||
if (error.response) {
|
if (error.response) {
|
||||||
errorStatus = error.response.status
|
errorStatus = error.status || error.response.status
|
||||||
|
|
||||||
errorCount++
|
errorCount++
|
||||||
|
|
||||||
|
|||||||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user