This commit is contained in:
Rob Herley
2024-01-19 11:35:32 -05:00
parent 62aa42dc97
commit 8ceeef4d01
3 changed files with 9385 additions and 2785 deletions
+5637 -1415
View File
File diff suppressed because it is too large Load Diff
+3748 -1369
View File
File diff suppressed because it is too large Load Diff
-1
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)