You've already forked download-artifact
mirror of
https://gitee.com/Foldcc/download-artifact
synced 2026-05-23 22:30:08 +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