Skip to content

Commit 5f4789a

Browse files
authored
Merge pull request #113 from github/nicowaisman-patch-1
Update replicate.ts
2 parents 239486f + 052ae11 commit 5f4789a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/replicate/replicate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const generateInternalIssueContentFromPayload = async (payload: WebhookPa
8686
// And with the current situation, the robot with Read access cannot add labels to the issue
8787
result.body = `Original external [issue](${issue.html_url})
8888
89-
Sumitted by [${issue.user.login}](${issue.user.html_url})
89+
Submitted by [${issue.user.login}](${issue.user.html_url})
9090
9191
${issue.body? issue.body : ""}`
9292

0 commit comments

Comments
 (0)