mirror of
https://github.com/actions/upload-artifact.git
synced 2025-04-20 01:26:47 +00:00
Add an option to specify retention period
This commit is contained in:
parent
58740802ef
commit
59018c2f85
8 changed files with 66 additions and 10 deletions
|
@ -15,4 +15,9 @@ export interface UploadInputs {
|
|||
* The desired behavior if no files are found with the provided search path
|
||||
*/
|
||||
ifNoFilesFound: NoFileOptions
|
||||
|
||||
/**
|
||||
* Duration after which artifact will expire in days
|
||||
*/
|
||||
retentionDays: number
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue