use force push in publish-report action

This commit is contained in:
2026-09-07 09:38:09 +02:00
parent 2ae112046c
commit 1d2e437322
+1 -1
View File
@@ -125,4 +125,4 @@ runs:
git add reports/ git add reports/
git diff --cached --quiet && echo "No changes" && exit 0 git diff --cached --quiet && echo "No changes" && exit 0
git commit -m "ci: update test report [skip ci]" git commit -m "ci: update test report [skip ci]"
git push origin ${{ github.ref_name }} git --force push origin ${{ github.ref_name }}