mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-19 21:18:26 +02:00
support globbing artifact list & merging download directory
This commit is contained in:
parent
1bd0606e08
commit
c4c6db724f
7 changed files with 5065 additions and 3005 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue