mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-06 06:29:24 +00:00
Dont need event
This commit is contained in:
parent
e77dab65bf
commit
50212c96c8
2 changed files with 2 additions and 2 deletions
|
|
@ -137,7 +137,7 @@ const buildExec = () => {
|
|||
`${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}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue