mirror of
https://code.forgejo.org/forgejo/upload-artifact.git
synced 2024-11-08 18:32:40 +00:00
ncc
This commit is contained in:
parent
62aa42dc97
commit
8ceeef4d01
3 changed files with 9392 additions and 2792 deletions
7052
dist/merge/index.js
vendored
7052
dist/merge/index.js
vendored
File diff suppressed because it is too large
Load diff
5131
dist/upload/index.js
vendored
5131
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
|
||||
*/
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue