mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-27 00:48:28 +02:00
feat: wait for artifact to become available
This commit is contained in:
parent
fa0a91b85d
commit
e7141b6a94
6 changed files with 31303 additions and 37483 deletions
|
@ -32,6 +32,9 @@ inputs:
|
|||
If github-token is specified, this is the run that artifacts will be downloaded from.'
|
||||
required: false
|
||||
default: ${{ github.run_id }}
|
||||
wait-timeout:
|
||||
description: 'Wait for the artifact to become available (timeout in seconds)'
|
||||
required: false
|
||||
outputs:
|
||||
download-path:
|
||||
description: 'Path of artifact download'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue