mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-24 18:11:03 -05:00
5 lines
56 B
TypeScript
5 lines
56 B
TypeScript
|
export enum Inputs {
|
||
|
Name = 'name',
|
||
|
Path = 'path'
|
||
|
}
|