mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-06 09:25:53 -05:00
Update constants.ts
This commit is contained in:
parent
8371d5fae1
commit
f53197c6b4
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ export enum Inputs {
|
||||||
Repository = 'repository',
|
Repository = 'repository',
|
||||||
RunID = 'run-id',
|
RunID = 'run-id',
|
||||||
Pattern = 'pattern',
|
Pattern = 'pattern',
|
||||||
MergeMultiple = 'merge-multiple'
|
MergeMultiple = 'merge-multiple',
|
||||||
|
MaxAttempts = 'max-attempts'
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum Outputs {
|
export enum Outputs {
|
||||||
|
|
Loading…
Reference in a new issue