mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-22 07:59:32 +01:00
Fix typo.
This commit is contained in:
parent
b737f52f9c
commit
31abdeda61
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ inputs:
|
|||
required: false
|
||||
default: ''
|
||||
crate-target:
|
||||
description: 'By default, check the library target of the crate. If you'd like to check a different target (e.g. a binary target), set this to `--bin <NAME>`'
|
||||
description: 'By default, check the library target of the crate. To check a different target (e.g. a binary target), set this to `--bin <NAME>`'
|
||||
required: false
|
||||
default: '--lib'
|
||||
version-tag-prefix:
|
||||
|
|
Loading…
Reference in a new issue