From 239337e4331615ce57f5b421f3bc1c87f5f1ccb9 Mon Sep 17 00:00:00 2001 From: Edmond O'Flynn Date: Sun, 19 Feb 2023 17:31:27 +0100 Subject: [PATCH] chore: fix inputs --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 4778a10..a8505b5 100644 --- a/action.yml +++ b/action.yml @@ -8,17 +8,17 @@ branding: icon: chevron-up color: blue inputs: - tag-prefix: + tag_prefix: required: false description: 'Prefix to add to git tag' - skip-ci: + skip_ci: required: false description: 'Affix [skip-ci] so that a cyclical ci loop does not happen' default: 'true' - commit-message: + commit_message: required: false description: 'Commit message when a release is successful' - build-number: + build_number: required: false description: 'Build number to generated from ci to show as part of the version' outputs: