From fe5a9519724729567ce3542609760e9e851aad43 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 20 Feb 2020 12:42:01 +0100 Subject: [PATCH] :wrench: Fix typo --- .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 5f8f9a72..7a1931b1 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -64,7 +64,7 @@ jobs: while true do wget https://badgen.net/badge/coverage/$COV_NUM/$COLOR -O gwion-coverage-report/badge.svg && break done - branch=$(basename ${{ github.event.ref }} + branch=$(basename ${{ github.event.ref }}) mkdir gwion-coverage-report/html/$branch cp gwion-coverage-report/html/*.html gwion-coverage-report/html/$branch -- 2.43.0