Skip to content

Commit

Permalink
chore: fix inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
oflynned committed Feb 19, 2023
1 parent 8f20ed1 commit 239337e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 239337e

Please sign in to comment.