This commit is contained in:
Rob Herley 2024-01-19 11:35:32 -05:00
parent 62aa42dc97
commit 8ceeef4d01
No known key found for this signature in database
GPG Key ID: D1602042C3543B06
3 changed files with 9392 additions and 2792 deletions

7052
dist/merge/index.js vendored

File diff suppressed because it is too large Load Diff

5131
dist/upload/index.js vendored

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,6 @@ import {UploadInputs} from './upload-inputs'
* Helper to get all the inputs for the action
*/
export function getInputs(): UploadInputs {
core.info('debug: getInputs()')
const name = core.getInput(Inputs.Name)
const path = core.getInput(Inputs.Path, {required: true})
const overwrite = core.getBooleanInput(Inputs.Overwrite)