mirror of
https://code.forgejo.org/actions/download-artifact
synced 2025-07-06 18:25:59 +02:00
implement new artifact-ids
input
This commit is contained in:
parent
95815c38cf
commit
ac35f995fe
7 changed files with 177 additions and 6 deletions
|
@ -112,7 +112,7 @@ describe('download', () => {
|
|||
await run()
|
||||
|
||||
expect(core.info).toHaveBeenCalledWith(
|
||||
'No input name or pattern filtered specified, downloading all artifacts'
|
||||
'No input name, artifact-ids or pattern filtered specified, downloading all artifacts'
|
||||
)
|
||||
|
||||
expect(core.info).toHaveBeenCalledWith('Total of 2 artifact(s) downloaded')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue