Skip to content

Commit 00c7245

Browse files
committed
ci: escape backticked in bash.
1 parent ed2fb25 commit 00c7245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/semver-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
- name: note the solution for the failure of cargo-semver-checks
6262
if: ${{ contains(steps.semverchecks.outcome, 'failure') }}
6363
run: |
64-
echo "::error::cargo-semver-checks failed, please add the hint comment to the `package.version` line in Cargo.toml file."
65-
echo "::error::The version hint line should be like: `version = "0.0.0" # hint: <new_version>`"
64+
echo "::error::cargo-semver-checks failed, please add the hint comment to the \`package.version\` line in Cargo.toml file."
65+
echo "::error::The version hint line should be like: \`version = "0.0.0" # hint: <new_version>\`"
6666
echo "::error::Or you don't want to update the version, please check your code and find why cargo-semver-checks failed."
6767
exit 1
6868
# - name: Create a PR for version update reminder

0 commit comments

Comments
 (0)