mirror of
https://github.com/actions/download-artifact.git
synced 2025-08-19 05:59:53 +08:00
support globbing artifact list & merging download directory
This commit is contained in:
@@ -3,7 +3,9 @@ export enum Inputs {
|
||||
Path = 'path',
|
||||
GitHubToken = 'github-token',
|
||||
Repository = 'repository',
|
||||
RunID = 'run-id'
|
||||
RunID = 'run-id',
|
||||
Pattern = 'pattern',
|
||||
MergeMultiple = 'merge-multiple'
|
||||
}
|
||||
|
||||
export enum Outputs {
|
||||
|
Reference in New Issue
Block a user