mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-12 17:10:05 +00:00
fix: add log statement
This commit is contained in:
parent
a250399fa3
commit
52bd105ad4
3 changed files with 4 additions and 2 deletions
|
|
@ -30,6 +30,7 @@ const getGitService = (): string => {
|
|||
};
|
||||
|
||||
const isPullRequestFromFork = (): boolean => {
|
||||
core.info(`evenName: ${context.eventName}`);
|
||||
if (
|
||||
`${context.eventName}` !== 'pull_request' &&
|
||||
`${context.eventName}` !== 'pull_request_target'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue