mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-07-27 22:38:30 +08:00
Fix prettier formatting in create-prompt (#1325)
This commit is contained in:
parent
b020494b57
commit
0345b11d48
@ -395,7 +395,7 @@ function getCommitInstructions(
|
||||
useCommitSigning: boolean,
|
||||
): string {
|
||||
const coAuthorLine =
|
||||
((githubData.triggerDisplayName ?? context.triggerUsername) !== "Unknown")
|
||||
(githubData.triggerDisplayName ?? context.triggerUsername) !== "Unknown"
|
||||
? `Co-authored-by: ${githubData.triggerDisplayName ?? context.triggerUsername} <${context.triggerUsername}@users.noreply.github.com>`
|
||||
: "";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user