diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 2c5ffee..f8a4f2a 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -77,6 +77,6 @@ jobs: run: | git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" - git add README.md coverage.svg table.md + git add README.md coverage.svg git commit -m "Update coverage report" git push https://actions-bot:${{ secrets.CICD_GITEA_TOKEN }}@${{ gitea.server_url }}/${{ gitea.repository }} HEAD:coverage-report --force