]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Fix typo
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 20 Feb 2020 11:42:01 +0000 (12:42 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 20 Feb 2020 11:42:01 +0000 (12:42 +0100)
.github/workflows/coverage.yml

index 5f8f9a72aa9f21061daa601f09d91c7dd85f5c59..7a1931b1cc105b43a8fdca3ae89521d3216d2418 100644 (file)
@@ -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