From 82b2cd6c0acd1c8e3fc9bd4d4ebd2724f2b3c5f5 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Sun, 8 Nov 2020 14:13:01 +0100 Subject: [PATCH] :wrench: Fix coverage --- .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 7c678794..08164c6f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -85,7 +85,7 @@ jobs: run: | branch=$(basename ${{ github.event.ref }}) cd gwion-coverage-report - cp diff.html html/$branch + cp diff.md html/$branch git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git remote set-url origin https://${{ secrets.COVERAGE_TOKEN }}@github.com/Gwion/gwion-coverage-report.git -- 2.43.0