mirror of
https://gitea.com/actions/download-artifact.git
synced 2026-03-22 02:39:12 +00:00
implement new artifact-ids input
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user