mirror of
https://code.forgejo.org/actions/download-artifact.git
synced 2025-01-11 04:36:56 +01:00
5 lines
56 B
TypeScript
5 lines
56 B
TypeScript
|
export enum Inputs {
|
||
|
Name = 'name',
|
||
|
Path = 'path'
|
||
|
}
|