mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2024-11-06 03:05:52 -05:00
Add missing title input to the README (#21)
This PR adds the `title` input to the README, added in #18. It also fixes small indentation errors that made the examples not look correctly. Closes #20. Reviewed-on: https://code.forgejo.org/actions/forgejo-release/pulls/21 Co-authored-by: Paul van Tilburg <paul@luon.net> Co-committed-by: Paul van Tilburg <paul@luon.net>
This commit is contained in:
parent
4cc83a59c5
commit
39501b1a89
1 changed files with 5 additions and 4 deletions
|
@ -13,6 +13,7 @@ Upload or download the assets of a release to a Forgejo instance.
|
|||
| `url` | <p>URL of the Forgejo instance</p> | `false` | `""` |
|
||||
| `repo` | <p>owner/project relative to the URL</p> | `false` | `""` |
|
||||
| `tag` | <p>Tag of the release</p> | `false` | `""` |
|
||||
| `title` | <p>Title of the release</p> | `false` | `""` |
|
||||
| `sha` | <p>SHA of the release</p> | `false` | `""` |
|
||||
| `token` | <p>Forgejo application token</p> | `true` | `""` |
|
||||
| `release-dir` | <p>Directory in whichs release assets are uploaded or downloaded</p> | `true` | `""` |
|
||||
|
|
Loading…
Reference in a new issue