1
0
Fork 0
mirror of https://code.forgejo.org/actions/download-artifact synced 2025-07-05 09:46:00 +02:00

Update constants.ts

This commit is contained in:
Austin Sasko 2022-03-14 15:22:27 -04:00 committed by GitHub
parent f162689056
commit d6ab5a844b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
export enum Inputs {
Name = 'name',
Path = 'path'
stayGzipped = 'staygzipped'
Dontextract = 'dontextract'
}
export enum Outputs {
DownloadPath = 'download-path'