Skip to content

Commit 344f3c7

Browse files
yoavfCopilot
andauthored
require commitSha: no reason to make it optional
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent af0716c commit 344f3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comment-poster.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function generateCommentBody(
131131
config: Config,
132132
showAttribution: boolean = false,
133133
status: 'in_progress' | 'complete' = 'complete',
134-
commitSha?: string,
134+
commitSha: string,
135135
): string {
136136
const timestamp = new Date().toISOString();
137137
const runUrl = `https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}`;

0 commit comments

Comments
 (0)