mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
fix: cleanup
This commit is contained in:
parent
e8d41e0592
commit
dfadebbadd
3 changed files with 1 additions and 3 deletions
1
dist/index.js
vendored
1
dist/index.js
vendored
|
|
@ -32745,7 +32745,6 @@ const verify = (filename, platform, version, verbose, failCi) => validate_awaite
|
|||
setFailure(`Codecov: Error importing gpg key: ${err.message}`, failCi);
|
||||
}
|
||||
});
|
||||
core.info('I ran!');
|
||||
yield importKey();
|
||||
yield verifySignature();
|
||||
yield validateSha();
|
||||
|
|
|
|||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -110,7 +110,6 @@ const verify = async (
|
|||
}
|
||||
};
|
||||
|
||||
core.info('I ran!');
|
||||
await importKey();
|
||||
await verifySignature();
|
||||
await validateSha();
|
||||
|
|
|
|||
Loading…
Reference in a new issue