From 1d2e437322a7d1dc1f325958d35d0979c12ff5f0 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Mon, 7 Sep 2026 09:38:09 +0200 Subject: [PATCH] use force push in publish-report action --- .gitea/actions/publish-report/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/actions/publish-report/action.yml b/.gitea/actions/publish-report/action.yml index 62dcad5..a5c182e 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 push origin ${{ github.ref_name }} + git --force push origin ${{ github.ref_name }}