Delete constants.ts
This commit is contained in:
24
constants.ts
24
constants.ts
@@ -1,24 +0,0 @@
|
|||||||
/* eslint-disable no-unused-vars */
|
|
||||||
export enum Inputs {
|
|
||||||
Name = 'name',
|
|
||||||
Path = 'path',
|
|
||||||
IfNoFilesFound = 'if-no-files-found',
|
|
||||||
RetentionDays = 'retention-days'
|
|
||||||
}
|
|
||||||
|
|
||||||
export enum NoFileOptions {
|
|
||||||
/**
|
|
||||||
* Default. Output a warning but do not fail the action
|
|
||||||
*/
|
|
||||||
warn = 'warn',
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Fail the action with an error message
|
|
||||||
*/
|
|
||||||
error = 'error',
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Do not output any warnings or errors, the action does not fail
|
|
||||||
*/
|
|
||||||
ignore = 'ignore'
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user