diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index d20b2fb10..9405e6566 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -64,4 +64,4 @@ jobs: git add . git commit -m "Update coverage" git remote set-url origin https://${{ secrets.COVERAGE_TOKEN }}@github.com/fennecdjay/gwion-coverage-report.git - git push + git push origin