Correct typo

This commit is contained in:
Sven-Hendrik Haase 2020-07-02 07:32:20 +02:00
parent 223b39fc7a
commit 5f836e8716
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -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