mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-09 15:12:44 +00:00
fix default for run-id
See https://github.com/actions/download-artifact/blob/main/action.yml#L25
This commit is contained in:
parent
4e2cbd8192
commit
eff4d42b1f
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ For more information, see the [`@actions/artifact`](https://github.com/actions/t
|
||||||
|
|
||||||
# The id of the workflow run where the desired download artifact was uploaded from.
|
# The id of the workflow run where the desired download artifact was uploaded from.
|
||||||
# If github-token is specified, this is the run that artifacts will be downloaded from.
|
# If github-token is specified, this is the run that artifacts will be downloaded from.
|
||||||
# Optional. Default is ${{ github.repository }}
|
# Optional. Default is ${{ github.run_id }}
|
||||||
run-id:
|
run-id:
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue