mirror of
https://github.com/actions/download-artifact.git
synced 2025-01-19 09:04:43 +01:00
5 lines
56 B
TypeScript
5 lines
56 B
TypeScript
|
export enum Inputs {
|
||
|
Name = 'name',
|
||
|
Path = 'path'
|
||
|
}
|