mirror of
https://github.com/actions/download-artifact.git
synced 2026-07-21 01:14:55 +00:00
5 lines
56 B
TypeScript
5 lines
56 B
TypeScript
|
|
export enum Inputs {
|
||
|
|
Name = 'name',
|
||
|
|
Path = 'path'
|
||
|
|
}
|