lights0123 пре 4 година
родитељ
комит
2c2414128b
1 измењених фајлова са 1 додато и 1 уклоњено
  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)" ]'