support globbing artifact list & merging download directory

This commit is contained in:
Rob Herley 2023-12-15 17:18:41 -05:00
parent 1bd0606e08
commit c4c6db724f
No known key found for this signature in database
GPG key ID: D1602042C3543B06
7 changed files with 5065 additions and 3005 deletions

View file

@ -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 {