mirror of
https://github.com/actions/download-artifact.git
synced 2025-08-22 00:20:17 +00:00
Update constants.ts
This commit is contained in:
parent
a64f201980
commit
a808fb584a
@ -1,6 +1,6 @@
|
|||||||
export enum Inputs {
|
export enum Inputs {
|
||||||
Name = 'name',
|
Name = 'name',
|
||||||
Path = 'path'
|
Path = 'path',
|
||||||
Dontextract = 'dontextract'
|
Dontextract = 'dontextract'
|
||||||
}
|
}
|
||||||
export enum Outputs {
|
export enum Outputs {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user