mirror of
https://code.forgejo.org/forgejo/upload-artifact
synced 2026-09-08 17:01:45 -04:00
ncc
This commit is contained in:
Vendored
+5559
-1337
File diff suppressed because it is too large
Load Diff
Vendored
+3685
-1306
File diff suppressed because it is too large
Load Diff
@@ -6,7 +6,6 @@ import {UploadInputs} from './upload-inputs'
|
|||||||
* Helper to get all the inputs for the action
|
* Helper to get all the inputs for the action
|
||||||
*/
|
*/
|
||||||
export function getInputs(): UploadInputs {
|
export function getInputs(): UploadInputs {
|
||||||
core.info('debug: getInputs()')
|
|
||||||
const name = core.getInput(Inputs.Name)
|
const name = core.getInput(Inputs.Name)
|
||||||
const path = core.getInput(Inputs.Path, {required: true})
|
const path = core.getInput(Inputs.Path, {required: true})
|
||||||
const overwrite = core.getBooleanInput(Inputs.Overwrite)
|
const overwrite = core.getBooleanInput(Inputs.Overwrite)
|
||||||
|
|||||||
Reference in New Issue
Block a user