diff --git a/.gitea/actions/publish-report/action.yml b/.gitea/actions/publish-report/action.yml index a5c182e..1d7d7a4 100644 --- a/.gitea/actions/publish-report/action.yml +++ b/.gitea/actions/publish-report/action.yml @@ -125,4 +125,4 @@ runs: git add reports/ git diff --cached --quiet && echo "No changes" && exit 0 git commit -m "ci: update test report [skip ci]" - git --force push origin ${{ github.ref_name }} + git push --force origin ${{ github.ref_name }}