We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2e3ec commit f86e422Copy full SHA for f86e422
dist/index.js
@@ -531,7 +531,7 @@ function getBranchName(branchBase) {
531
return (_a = pullRequest.base) === null || _a === void 0 ? void 0 : _a.ref;
532
}
533
else {
534
- return (_b = pullRequest.head) === null || _b === void 0 ? void 0 : _b.ref;
+ return (_b = pullRequest.head) === null || _b === void 0 ? void 0 : _b.ref.toLowerCase();
535
536
537
function checkAnyBranch(regexps, branchBase) {
0 commit comments