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

index a9f023a5701ed55d511ba6dabdf3ef57a6730e56..21d4b4b4dbbb8ca50c462753fd6aac8c5e9cb2db 100644 (file)
@@ -62,6 +62,7 @@ jobs:
 
     - name: Push Report
       run: |
+        echo ${{ GITHUB_REF }}
         cd gwion-coverage-report
         git config --local user.email "action@github.com"
         git config --local user.name "GitHub Action"
index a31a4b1bce82bc170df4abb0c8435d25e4b41ce7..be15cc44914074f5a3a2791daa28e570808cbe84 100644 (file)
@@ -32,7 +32,6 @@ jobs:
 
     - name: Submit
       run: |
-        echo ${{ GITHUB_REF }}
         tar czvf gwion.tgz cov-int
         curl \
           --form project=dennecdjay/Gwion \