mirror of
https://gitea.com/actions/gitea-upload-artifact.git
synced 2025-06-18 21:57:13 +02:00
Add an option to specify retention period
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
export enum Inputs {
|
||||
Name = 'name',
|
||||
Path = 'path',
|
||||
IfNoFilesFound = 'if-no-files-found'
|
||||
IfNoFilesFound = 'if-no-files-found',
|
||||
RetentionDays = 'retention-days'
|
||||
}
|
||||
|
||||
export enum NoFileOptions {
|
||||
|
Reference in New Issue
Block a user