1
0
Fork 0
mirror of https://code.forgejo.org/actions/download-artifact.git synced 2025-01-25 12:23:55 +00:00
download-artifact/src/constants.ts

11 lines
195 B
TypeScript

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