Simon Stücher 2023-12-15 12:56:01 +01:00 committed by GitHub
parent 4e2cbd8192
commit eff4d42b1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.
# 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:
```