mirror of
https://code.forgejo.org/actions/download-artifact
synced 2025-07-06 10:15:59 +02:00
Update constants.ts
This commit is contained in:
parent
f162689056
commit
d6ab5a844b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
export enum Inputs {
|
export enum Inputs {
|
||||||
Name = 'name',
|
Name = 'name',
|
||||||
Path = 'path'
|
Path = 'path'
|
||||||
stayGzipped = 'staygzipped'
|
Dontextract = 'dontextract'
|
||||||
}
|
}
|
||||||
export enum Outputs {
|
export enum Outputs {
|
||||||
DownloadPath = 'download-path'
|
DownloadPath = 'download-path'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue