mirror of
https://code.forgejo.org/forgejo/download-artifact.git
synced 2025-04-20 01:47:49 +02:00

* Various improvements to download-artifact * Resolve input path * README updates * PR feedback
7 lines
113 B
TypeScript
7 lines
113 B
TypeScript
export enum Inputs {
|
|
Name = 'name',
|
|
Path = 'path'
|
|
}
|
|
export enum Outputs {
|
|
DownloadPath = 'download-path'
|
|
}
|