Skip to content

Commit

Permalink
fix default for run-id
Browse files Browse the repository at this point in the history
  • Loading branch information
stchr authored Dec 15, 2023
1 parent 4e2cbd8 commit eff4d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down

0 comments on commit eff4d42

Please sign in to comment.