mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-09 12:37:26 +00:00
fix: running the same things
This commit is contained in:
parent
4960f3d5e8
commit
e0647dccce
2 changed files with 1 additions and 2 deletions
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -41,7 +41,6 @@ const getToken = async (): Promise<string> => {
|
|||
core.info('==> Fork detected, tokenless uploading used');
|
||||
return Promise.resolve('');
|
||||
}
|
||||
|
||||
let token = core.getInput('token');
|
||||
let url = core.getInput('url');
|
||||
const useOIDC = isTrue(core.getInput('use_oidc'));
|
||||
|
|
|
|||
Loading…
Reference in a new issue