From c9b61e8e42d62a30c0d1a3868eeacc8fe54e22af Mon Sep 17 00:00:00 2001 From: Benjamin DENEUX Date: Wed, 19 Oct 2022 18:34:47 +0200 Subject: [PATCH] fix(docs): correctly escaping error message --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b5d33a06..71c589eb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -280,7 +280,7 @@ jobs: run: | echo "❌ Documentation files has been updated." echo " Changed files : ${{ steps.verify-changed-files.outputs.changed_files }}" - echo "Please generate docs using `cargo make generate_docs` then commit this new documentation." + echo "Please generate docs using \`cargo make generate_docs\` then commit this new documentation." exit 1 lint-branch-name: