mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-22 16:09:33 +01:00
Escape single quote.
This commit is contained in:
parent
ebc272edf7
commit
c2235291f4
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
name: 'cargo-semver-checks'
|
name: 'cargo-semver-checks'
|
||||||
description: 'Ensure your Rust crate's public API follows semantic versioning'
|
description: 'Ensure your Rust crate\'s public API follows semantic versioning'
|
||||||
inputs:
|
inputs:
|
||||||
crate-name:
|
crate-name:
|
||||||
description: 'The crate whose API to check for semver'
|
description: 'The crate whose API to check for semver'
|
||||||
|
|
Loading…
Reference in a new issue