mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-27 00:48:28 +02:00
Update constants.ts
This commit is contained in:
parent
6f47d83949
commit
f162689056
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
export enum Inputs {
|
export enum Inputs {
|
||||||
Name = 'name',
|
Name = 'name',
|
||||||
Path = 'path'
|
Path = 'path'
|
||||||
|
stayGzipped = 'staygzipped'
|
||||||
}
|
}
|
||||||
export enum Outputs {
|
export enum Outputs {
|
||||||
DownloadPath = 'download-path'
|
DownloadPath = 'download-path'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue