mirror of
https://github.com/actions/upload-artifact.git
synced 2025-06-18 01:17:12 +02:00
lint
This commit is contained in:
@ -29,7 +29,7 @@ export function getInputs(): UploadInputs {
|
||||
searchPath: path,
|
||||
ifNoFilesFound: noFileBehavior,
|
||||
overwrite: overwrite,
|
||||
includeHiddenFiles: includeHiddenFiles,
|
||||
includeHiddenFiles: includeHiddenFiles
|
||||
} as UploadInputs
|
||||
|
||||
const retentionDaysStr = core.getInput(Inputs.RetentionDays)
|
||||
|
Reference in New Issue
Block a user