Skip to content

Commit

Permalink
Remove period to avoid messing up URL
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMGreene committed May 16, 2023
1 parent b26c4cb commit ff6c51e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/internal/deployment.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 +=
Expand Down

0 comments on commit ff6c51e

Please sign in to comment.