mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-26 00:18:30 +02:00
Update constants.ts
This commit is contained in:
parent
a64f201980
commit
a808fb584a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
export enum Inputs {
|
||||
Name = 'name',
|
||||
Path = 'path'
|
||||
Path = 'path',
|
||||
Dontextract = 'dontextract'
|
||||
}
|
||||
export enum Outputs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue