mirror of
https://github.com/actions/deploy-pages.git
synced 2026-03-30 10:04:53 +00:00
Remove period to avoid messing up URL
This commit is contained in:
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
@@ -10095,7 +10095,7 @@ class Deployment {
|
|||||||
// If using GHES, add a special note about compatibility
|
// If using GHES, add a special note about compatibility
|
||||||
if (new URL(this.githubServerUrl).hostname.toLowerCase() !== 'github.com') {
|
if (new URL(this.githubServerUrl).hostname.toLowerCase() !== 'github.com') {
|
||||||
errorMessage +=
|
errorMessage +=
|
||||||
'.\nNote: This action version may not yet support GitHub Enterprise Server, please check the compatibility table.'
|
'\nNote: This action version may not yet support GitHub Enterprise Server, please check the compatibility table.'
|
||||||
}
|
}
|
||||||
} else if (error.status >= 500) {
|
} else if (error.status >= 500) {
|
||||||
errorMessage +=
|
errorMessage +=
|
||||||
|
|||||||
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
@@ -95,7 +95,7 @@ class Deployment {
|
|||||||
// If using GHES, add a special note about compatibility
|
// If using GHES, add a special note about compatibility
|
||||||
if (new URL(this.githubServerUrl).hostname.toLowerCase() !== 'github.com') {
|
if (new URL(this.githubServerUrl).hostname.toLowerCase() !== 'github.com') {
|
||||||
errorMessage +=
|
errorMessage +=
|
||||||
'.\nNote: This action version may not yet support GitHub Enterprise Server, please check the compatibility table.'
|
'\nNote: This action version may not yet support GitHub Enterprise Server, please check the compatibility table.'
|
||||||
}
|
}
|
||||||
} else if (error.status >= 500) {
|
} else if (error.status >= 500) {
|
||||||
errorMessage +=
|
errorMessage +=
|
||||||
|
|||||||
Reference in New Issue
Block a user