URLを編集する
All checks were successful
Python Test / python-test (push) Successful in 9s

This commit is contained in:
ry.yamafuji 2025-12-04 04:15:50 +09:00
parent 308ce076ad
commit 31e1eac4c1

View File

@ -79,4 +79,4 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com" git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add README.md coverage.svg git add README.md coverage.svg
git commit -m "Update coverage report" git commit -m "Update coverage report"
git push https://actions-bot:${{ secrets.CICD_GITEA_TOKEN }}@${{ gitea.server_url }}/${{ gitea.repository }} HEAD:coverage-report --force git push https://actions-bot:${{ secrets.GITEA_TOKEN }}@gitea.pglikers.com/data-science/cloud-run-job-base.git coverage-report --force