mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: spell “cherry-pick” correctly in commit messages (#19850)
This commit is contained in:
parent
711a1aadbf
commit
afc1774a2b
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user