1
0
mirror of https://github.com/christopherHX/gitea-download-artifact synced 2026-05-06 01:47:48 +02:00
Files
download-artifact/src/constants.ts

14 lines
254 B
TypeScript

export enum Inputs {
Name = 'name',
Path = 'path',
GitHubToken = 'github-token',
Repository = 'repository',
RunID = 'run-id',
Pattern = 'pattern',
MergeMultiple = 'merge-multiple'
}
export enum Outputs {
DownloadPath = 'download-path'
}