Skip to content

Commit 01007b8

Browse files
committed
Fix new lines in update supported GHES versions PR
1 parent 15f615c commit 01007b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-supported-enterprise-server-versions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ jobs:
5454
git push origin update-supported-enterprise-server-versions
5555
5656
body="This PR updates the list of supported GitHub Enterprise Server versions, either because a new "
57-
body+="version is about to be feature frozen, or because an old release has been deprecated.\n\n"
57+
body+="version is about to be feature frozen, or because an old release has been deprecated."
58+
body+=$'\n\n'
5859
body+="If an old release has been deprecated, please follow the instructions in CONTRIBUTING.md to "
5960
body+="deprecate the corresponding version of CodeQL."
6061

0 commit comments

Comments
 (0)