mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-13 01:20:06 +00:00
fix: more alpine
This commit is contained in:
parent
79c4d4bb29
commit
740a3e8687
4 changed files with 57 additions and 12 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -32340,7 +32340,7 @@ const getGitService = () => {
|
|||
return 'github';
|
||||
};
|
||||
const isPullRequestFromFork = () => {
|
||||
core.info(`evenName: ${context.eventName}`);
|
||||
core.info(`eventName: ${context.eventName}`);
|
||||
if (`${context.eventName}` !== 'pull_request' &&
|
||||
`${context.eventName}` !== 'pull_request_target') {
|
||||
return false;
|
||||
|
|
|
|||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue