From 63c9ce34159962bf2f66127114b3a745902fb94d Mon Sep 17 00:00:00 2001 From: Danil Annenkov Date: Wed, 6 Sep 2023 13:47:44 +0200 Subject: [PATCH] Try fix description --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index c69b499e..11bcf22c 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -332,7 +332,7 @@ jobs: with: name: ${{ env.PROJECT_NAME }} template: ${{ matrix.crates }} - other: '-d description=''Example credential registry'' -d template_type=full' + other: "-d description=''Example credential registry'' -d template_type=full" - name: Install toolchain uses: actions-rs/toolchain@v1