From 308ce076ad033d8728b55583e895814a9f09bb5e Mon Sep 17 00:00:00 2001 From: "ry.yamafuji" Date: Thu, 4 Dec 2025 04:13:26 +0900 Subject: [PATCH] =?UTF-8?q?CICD=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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