From abb4b07a98bbe5bc78115e5f6fb9db6dfbc5aab9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 20 Feb 2020 18:09:56 +0100 Subject: [PATCH] :wrench: Badge script --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index f68bb48e..9ff4179e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -67,7 +67,7 @@ jobs: done > README.md - name: Make badge - if: github.event_name == 'push' && github.event.ref == "refs/heads/master" + if: github.event_name == 'push' && github.event.ref == 'refs/heads/master' run: | cd gwion-coverage-report bash badge.sh -- 2.43.0