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:
|
||||
description: 'Release notes'
|
||||
direction:
|
||||
description: 'Can either be download or upload'
|
||||
description: 'Can either be `download` or `upload`'
|
||||
required: true
|
||||
gpg-private-key:
|
||||
description: 'GPG Private Key to sign the release artifacts'
|
||||
|
@ -38,7 +38,7 @@ inputs:
|
|||
description: 'Increase the verbosity level'
|
||||
default: 'false'
|
||||
override:
|
||||
description: 'Override an existing release by the same {tag}'
|
||||
description: 'Override an existing release by the same `{tag}`'
|
||||
default: 'false'
|
||||
prerelease:
|
||||
description: 'Mark Release as Pre-Release'
|
||||
|
|
Loading…
Reference in a new issue