mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-08 16:16:24 +00:00
Spell evenName in the logs correctly (#1560)
This commit is contained in:
committed by
GitHub
parent
0036103d21
commit
8bacbcdafc
@@ -31,7 +31,7 @@ const getGitService = (): string => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const isPullRequestFromFork = (): boolean => {
|
const isPullRequestFromFork = (): boolean => {
|
||||||
core.info(`evenName: ${context.eventName}`);
|
core.info(`eventName: ${context.eventName}`);
|
||||||
if (!['pull_request', 'pull_request_target'].includes(context.eventName)) {
|
if (!['pull_request', 'pull_request_target'].includes(context.eventName)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user