mirror of
https://github.com/actions/upload-artifact.git
synced 2024-06-13 14:02:32 +08:00
ncc
This commit is contained in:
parent
62aa42dc97
commit
8ceeef4d01
6896
dist/merge/index.js
vendored
6896
dist/merge/index.js
vendored
File diff suppressed because it is too large
Load Diff
4993
dist/upload/index.js
vendored
4993
dist/upload/index.js
vendored
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user