ci: fix typos

Assisted-by: Claude Code (claude-opus-5)
This commit is contained in:
Ben Siraphob
2026-08-02 11:15:26 -07:00
parent aad40d1f46
commit 39940b557c
+1 -1
View File
@@ -76,7 +76,7 @@ async function getCommitDetailsForPR({ core, pr, repoPath }) {
return Promise.all(
shas.map(async (sha) => {
// Subject, author name, author email, committer name, committer email (all tab-seperated)
// Subject, author name, author email, committer name, committer email (all tab-separated)
// then a blank line, then filenames.
const result = (
await runGit({