mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2024-11-14 13:36:32 +02:00
feat(doc): update action.yml
This commit is contained in:
parent
8ebade3458
commit
e613cff3d5
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ inputs:
|
||||||
release-notes:
|
release-notes:
|
||||||
description: 'Release notes'
|
description: 'Release notes'
|
||||||
direction:
|
direction:
|
||||||
description: 'Can either be download or upload'
|
description: 'Can either be `download` or `upload`'
|
||||||
required: true
|
required: true
|
||||||
gpg-private-key:
|
gpg-private-key:
|
||||||
description: 'GPG Private Key to sign the release artifacts'
|
description: 'GPG Private Key to sign the release artifacts'
|
||||||
|
@ -38,7 +38,7 @@ inputs:
|
||||||
description: 'Increase the verbosity level'
|
description: 'Increase the verbosity level'
|
||||||
default: 'false'
|
default: 'false'
|
||||||
override:
|
override:
|
||||||
description: 'Override an existing release by the same {tag}'
|
description: 'Override an existing release by the same `{tag}`'
|
||||||
default: 'false'
|
default: 'false'
|
||||||
prerelease:
|
prerelease:
|
||||||
description: 'Mark Release as Pre-Release'
|
description: 'Mark Release as Pre-Release'
|
||||||
|
|
Loading…
Reference in a new issue