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