From e613cff3d500a95c6c45838bb4ab259e1509059b Mon Sep 17 00:00:00 2001 From: natct Date: Tue, 29 Oct 2024 11:59:58 +0100 Subject: [PATCH] feat(doc): update `action.yml` --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 125dd93..db93c7c 100644 --- a/action.yml +++ b/action.yml @@ -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'