Correct typo
This commit is contained in:
parent
223b39fc7a
commit
5f836e8716
@ -10,7 +10,7 @@ You must provide:
|
||||
- `repo_token`: Usually you'll want to set this to `${{ secrets.GITHUB_TOKEN }}`
|
||||
- `file`: A local file to be uploaded as the asset.
|
||||
- `asset_name`: The name the file gets as an asset on a release. Use `$tag` to include the tag name.
|
||||
- `tag`: The tag to uploaded into. If you want the current event's tag, use `${{ github.ref }}` (the `refs/tags/` prefix will be automatically stripped).
|
||||
- `tag`: The tag to upload into. If you want the current event's tag, use `${{ github.ref }}` (the `refs/tags/` prefix will be automatically stripped).
|
||||
- `overwrite`: If an asset with the same name already exists, overwrite it.
|
||||
|
||||
Optional Arguments
|
||||
|
Loading…
Reference in New Issue
Block a user