fix action-docs syntax
This commit is contained in:
parent
fe2f01b602
commit
3c3c266801
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue