mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-06-28 03:13:43 +00:00
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
|
# forgejo-release
|
||||||
|
|
||||||
<!-- action-docs-description -->
|
<!-- action-docs-description source="action.yml" -->
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
Upload or download the assets of a release to a Forgejo instance.
|
Upload or download the assets of a release to a Forgejo instance.
|
||||||
<!-- action-docs-description -->
|
<!-- action-docs-description source="action.yml" -->
|
||||||
<!-- action-docs-inputs -->
|
<!-- action-docs-inputs source="action.yml" -->
|
||||||
## Inputs
|
## Inputs
|
||||||
|
|
||||||
| parameter | description | required | default |
|
| 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 |
|
| verbose | Increase the verbosity level | `false` | false |
|
||||||
| override | Override an existing release by the same {tag} | `false` | false |
|
| override | Override an existing release by the same {tag} | `false` | false |
|
||||||
| prerelease | Mark Release as Pre-Release | `false` | false |
|
| prerelease | Mark Release as Pre-Release | `false` | false |
|
||||||
<!-- action-docs-inputs -->
|
<!-- action-docs-inputs source="action.yml" -->
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue