mirror of
https://github.com/actions/download-artifact.git
synced 2025-08-21 16:10:17 +00:00
Inverting naming to improve readability
This commit is contained in:
parent
1f33bfbcba
commit
246e01026b
@ -1,7 +1,7 @@
|
||||
export enum Inputs {
|
||||
Name = 'name',
|
||||
Path = 'path',
|
||||
Dontextract = 'dontextract'
|
||||
Extract = 'extract'
|
||||
}
|
||||
export enum Outputs {
|
||||
DownloadPath = 'download-path'
|
||||
|
Loading…
x
Reference in New Issue
Block a user