This commit is contained in:
Tom Hu
2021-03-08 19:18:47 -05:00
parent 50212c96c8
commit 87fff2e891
2 changed files with 2 additions and 2 deletions

View File

@@ -137,7 +137,7 @@ const buildExec = () => {
`${context.eventName}` == 'pull_request' ||
`${context.eventName}` == 'pull_request_target'
) {
execArgs.push('-C', `${context.pull_request.head.sha}`);
execArgs.push('-C', `${context.payload.pull_request.head.sha}`);
}
if (overridePr) {
execArgs.push('-P', `${overridePr}`);