mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-21 23:49:33 +01:00
Minor fixes in inputs specifications
This commit is contained in:
parent
e5740164f3
commit
705cfec6cc
2 changed files with 1 additions and 4 deletions
|
@ -1,9 +1,8 @@
|
|||
name: Setup test workspace
|
||||
inputs:
|
||||
ref-slice-ref:
|
||||
description: 'Reference of the ref_slice to checkout'
|
||||
description: 'Git reference (branch name, tag or commit hash) of the ref_slice test fork to checkout'
|
||||
required: false
|
||||
default: ''
|
||||
runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
|
|
|
@ -7,11 +7,9 @@ inputs:
|
|||
package:
|
||||
description: 'The package whose API to check for semver (in Package Id Specification format, see https://doc.rust-lang.org/cargo/reference/pkgid-spec.html for reference). If not set, all packages in the workspace are processed.'
|
||||
required: false
|
||||
default: ''
|
||||
manifest-path:
|
||||
description: 'Path to Cargo.toml of crate or workspace to check.'
|
||||
required: false
|
||||
default: ''
|
||||
verbose:
|
||||
description: 'Enables verbose output of `cargo-semver-checks`.'
|
||||
type: boolean
|
||||
|
|
Loading…
Reference in a new issue