mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-21 14:08:23 +02:00
Add tests & test dependencies
This commit is contained in:
parent
c7cfc3a2a3
commit
96a6f165f4
5 changed files with 8464 additions and 94 deletions
|
@ -15,7 +15,7 @@ export const chunk = <T>(arr: T[], n: number): T[][] =>
|
|||
return acc
|
||||
}, [] as T[][])
|
||||
|
||||
async function run(): Promise<void> {
|
||||
export async function run(): Promise<void> {
|
||||
const inputs = {
|
||||
name: core.getInput(Inputs.Name, {required: false}),
|
||||
path: core.getInput(Inputs.Path, {required: false}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue