devops: spell “cherry-pick” correctly in commit messages (#19850)

This commit is contained in:
Anders Kaseorg 2023-01-04 10:00:53 -08:00 committed by GitHub
parent 711a1aadbf
commit afc1774a2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ jobs:
console.log(process.argv[1]);
process.exit(0);
}
console.log(`chery-pick${match[2]}: ${match[1]}`);
console.log(`cherry-pick${match[2]}: ${match[1]}`);
' "$COMMIT_MESSAGE")
git commit -m "$COMMIT_MESSAGE"