From: Jérémie Astor Date: Wed, 19 Feb 2020 17:27:26 +0000 (+0100) Subject: :wrench: check ref X-Git-Tag: nightly~1859 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=d227c0f3c294d4d51dd02dadf4364c4c1e2f9f1f;p=gwion.git :wrench: check ref --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 81334172..cabde3ec 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -87,7 +87,10 @@ jobs: - name: Make html mail uses: docker://pandoc/core:2.9 with: - args: "--from gfm --to html gwion-coverage-report/README.md -o mail.html" + args: "--from gfm --to html -o mail.html gwion-coverage-report/README.md -o mail.html" + + - name: Verify + run: ls - name: Send mail uses: dawidd6/action-send-mail@master