fix action-docs syntax

This commit is contained in:
benniekiss 2024-07-08 14:16:04 -04:00
parent fe2f01b602
commit 3c3c266801

View file

@ -1,11 +1,11 @@
# forgejo-release
<!-- action-docs-description -->
<!-- action-docs-description source="action.yml" -->
## Description
Upload or download the assets of a release to a Forgejo instance.
<!-- action-docs-description -->
<!-- action-docs-inputs -->
<!-- action-docs-description source="action.yml" -->
<!-- action-docs-inputs source="action.yml" -->
## Inputs
| parameter | description | required | default |
@ -24,7 +24,7 @@ Upload or download the assets of a release to a Forgejo instance.
| verbose | Increase the verbosity level | `false` | false |
| override | Override an existing release by the same {tag} | `false` | false |
| prerelease | Mark Release as Pre-Release | `false` | false |
<!-- action-docs-inputs -->
<!-- action-docs-inputs source="action.yml" -->
## Example