Skip to content

Commit 2b70286

Browse files
nbaliborchero
andauthored
fix: Typo (#48)
Co-authored-by: Oliver Borchert <[email protected]>
1 parent fb6d63d commit 2b70286

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/comment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export function renderMarkdown({
5959
// Build footer
6060
let footer = ''
6161
if (includeFooter === undefined || includeFooter === true) {
62-
footer = `\n\n---\n\n_Triggered by @${github.context.actor}`
62+
footer = `\n\n---\n\n_Triggered by @${github.context.actor}_`
6363
if (github.context.eventName === 'pull_request') {
6464
footer += `, Commit: \`${(github.context.payload as PullRequestEvent).pull_request.head.sha}\`_`
6565
}

0 commit comments

Comments
 (0)