Skip to content

Commit

Permalink
fix: running the same things
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Apr 30, 2024
1 parent 4960f3d commit e0647dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/buildExec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down

0 comments on commit e0647dc

Please sign in to comment.