mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-19 21:18:26 +02:00
implement new artifact-ids
input
This commit is contained in:
parent
95815c38cf
commit
ac35f995fe
7 changed files with 177 additions and 6 deletions
|
@ -5,7 +5,8 @@ export enum Inputs {
|
|||
Repository = 'repository',
|
||||
RunID = 'run-id',
|
||||
Pattern = 'pattern',
|
||||
MergeMultiple = 'merge-multiple'
|
||||
MergeMultiple = 'merge-multiple',
|
||||
ArtifactIds = 'artifact-ids'
|
||||
}
|
||||
|
||||
export enum Outputs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue