Fix new lines in update supported GHES versions PR
This commit is contained in:
parent
15f615c384
commit
01007b8429
1 changed files with 2 additions and 1 deletions
|
|
@ -54,7 +54,8 @@ jobs:
|
|||
git push origin update-supported-enterprise-server-versions
|
||||
|
||||
body="This PR updates the list of supported GitHub Enterprise Server versions, either because a new "
|
||||
body+="version is about to be feature frozen, or because an old release has been deprecated.\n\n"
|
||||
body+="version is about to be feature frozen, or because an old release has been deprecated."
|
||||
body+=$'\n\n'
|
||||
body+="If an old release has been deprecated, please follow the instructions in CONTRIBUTING.md to "
|
||||
body+="deprecate the corresponding version of CodeQL."
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue