Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 9233a99

Browse files
committed
Add line return
1 parent a2a6cec commit 9233a99

File tree

1 file changed

+1
-1
lines changed
  • codeql-learninglab-check/package/src

1 file changed

+1
-1
lines changed

codeql-learninglab-check/package/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ function isConfig(config: any): config is Config {
290290
// There are no changed queries and we didn't find any git diff
291291
// It's just the first run of the action
292292
comment += `\n Hey, I am the CodeQL check bot :robot:`
293-
comment += `\n I'm looking forward to check your queries.`
293+
comment += `\n I'm looking forward to check your queries.\n`
294294
} else {
295295
if (RUN_ALL) {
296296
comment += `\n None of the paths for any of the queries in the repository `;

0 commit comments

Comments
 (0)