mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-22 16:09: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
|
name: Setup test workspace
|
||||||
inputs:
|
inputs:
|
||||||
ref-slice-ref:
|
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
|
required: false
|
||||||
default: ''
|
|
||||||
runs:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -7,11 +7,9 @@ inputs:
|
||||||
package:
|
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.'
|
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
|
required: false
|
||||||
default: ''
|
|
||||||
manifest-path:
|
manifest-path:
|
||||||
description: 'Path to Cargo.toml of crate or workspace to check.'
|
description: 'Path to Cargo.toml of crate or workspace to check.'
|
||||||
required: false
|
required: false
|
||||||
default: ''
|
|
||||||
verbose:
|
verbose:
|
||||||
description: 'Enables verbose output of `cargo-semver-checks`.'
|
description: 'Enables verbose output of `cargo-semver-checks`.'
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|
Loading…
Reference in a new issue