3
0
Fork 0
mirror of https://github.com/actions/download-artifact.git synced 2025-02-07 17:11:05 +01:00
download-artifact-no-ghes/src/constants.ts
2023-02-18 11:19:27 +09:00

8 lines
148 B
TypeScript

export enum Inputs {
Name = 'name',
Path = 'path',
IfNoArtifact = 'if-no-artifact'
}
export enum Outputs {
DownloadPath = 'download-path'
}