fix: running the same things

This commit is contained in:
Tom Hu 2024-04-30 17:29:01 +08:00
parent 4960f3d5e8
commit e0647dccce
No known key found for this signature in database
GPG key ID: 79155678363963D2
2 changed files with 1 additions and 2 deletions

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View file

@ -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'));