Dont need event

This commit is contained in:
Tom Hu
2021-03-08 19:14:20 -05:00
parent e77dab65bf
commit 50212c96c8
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View File

@@ -59628,7 +59628,7 @@ var buildExec = function () {
}
else if ("" + context.eventName == 'pull_request' ||
"" + context.eventName == 'pull_request_target') {
execArgs.push('-C', "" + context.event.pull_request.head.sha);
execArgs.push('-C', "" + context.pull_request.head.sha);
}
if (overridePr) {
execArgs.push('-P', "" + overridePr);