mirror of
https://github.com/actions/upload-artifact.git
synced 2025-08-15 13:15:07 +00:00
9 lines
236 B
TypeScript
9 lines
236 B
TypeScript
/* eslint-disable no-unused-vars */
|
|
export enum Inputs {
|
|
Name = 'name',
|
|
Path = 'path',
|
|
IfNoFilesFound = 'if-no-files-found',
|
|
RetentionDays = 'retention-days',
|
|
CompressionLevel = 'compression-level',
|
|
Overwrite = 'overwrite'
|
|
} |