lights0123 4 years ago
parent
commit
2c2414128b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -46,4 +46,4 @@ jobs:
           token: ${{ secrets.GITHUB_TOKEN }}
           args: --all-features
       - name: Ensure README.md is updated
-        run: [ "$(< README.md)" = "$(cargo readme)" ]
+        run: '[ "$(< README.md)" = "$(cargo readme)" ]'