2
0
mirror of https://github.com/actions/download-artifact.git synced 2026-07-21 01:14:55 +00:00
Files
download-artifact/src/constants.ts
T

5 lines
56 B
TypeScript
Raw Normal View History

2020-04-28 15:45:21 +02:00
export enum Inputs {
Name = 'name',
Path = 'path'
}