This commit is contained in:
parent
a8b6eff343
commit
308ce076ad
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
@ -77,6 +77,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global user.name "github-actions[bot]"
|
git config --global user.name "github-actions[bot]"
|
||||||
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 table.md
|
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.CICD_GITEA_TOKEN }}@${{ gitea.server_url }}/${{ gitea.repository }} HEAD:coverage-report --force
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user