]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Update
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 16 Feb 2020 23:49:02 +0000 (00:49 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 16 Feb 2020 23:49:02 +0000 (00:49 +0100)
.github/workflows/coverage.yml

index 5f03c115e1d1ba25aea9a7784e8fe111476c9a9f..5e9dbf186c25bee6629f5cc34f989bcdbac77269 100644 (file)
@@ -62,7 +62,7 @@ jobs:
 
     - name: Push Report
       run: |
-        [ $(git rev-parse --abbrev-ref HEAD) = "master" ] || return 0
+        [ $(git rev-parse --abbrev-ref HEAD) = "master" ] || exit 0
         cd gwion-coverage-report
         git config --local user.email "action@github.com"
         git config --local user.name "GitHub Action"