Minor fixes in inputs specifications

This commit is contained in:
Mieszko Grodzicki 2023-02-27 21:56:54 +01:00 committed by Predrag Gruevski
parent e5740164f3
commit 705cfec6cc
2 changed files with 1 additions and 4 deletions

View file

@ -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:

View file

@ -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