mirror of
https://gitea.com/seepine/hash-files.git
synced 2025-09-10 18:45:08 +08:00
chore(release): v1.0.0
This commit is contained in:
12
src/constants.ts
Normal file
12
src/constants.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
/* eslint-disable no-shadow */
|
||||
export enum Inputs {
|
||||
Workdir = 'workdir', // Input for cache, restore, save action
|
||||
Patterns = 'patterns', // Input for cache, restore, save action
|
||||
Gitignore = 'gitignore', // Input for cache, restore action
|
||||
IgnoreFiles = 'ignoreFiles' // Input for cache, save action
|
||||
}
|
||||
|
||||
export enum Outputs {
|
||||
Hash = 'hash', // Output from cache, restore action
|
||||
MatchedFiles = 'matched-files' // Output from restore action
|
||||
}
|
Reference in New Issue
Block a user