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

View file

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