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]);
|
console.log(process.argv[1]);
|
||||||
process.exit(0);
|
process.exit(0);
|
||||||
}
|
}
|
||||||
console.log(`chery-pick${match[2]}: ${match[1]}`);
|
console.log(`cherry-pick${match[2]}: ${match[1]}`);
|
||||||
' "$COMMIT_MESSAGE")
|
' "$COMMIT_MESSAGE")
|
||||||
|
|
||||||
git commit -m "$COMMIT_MESSAGE"
|
git commit -m "$COMMIT_MESSAGE"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue