Remove period to avoid messing up URL

This commit is contained in:
James M. Greene
2023-05-16 10:15:22 -05:00
parent b26c4cb790
commit ff6c51e54c
3 changed files with 3 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ class Deployment {
// If using GHES, add a special note about compatibility
if (new URL(this.githubServerUrl).hostname.toLowerCase() !== 'github.com') {
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) {
errorMessage +=