From 5e675df1ecfa25b44e2c048d0e22bb64f10b00d5 Mon Sep 17 00:00:00 2001 From: Jens Papenhagen Date: Fri, 9 Jan 2026 20:01:10 +0100 Subject: [PATCH] use other GitHub action for update the coverage badge --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3af9426..9fd8b1a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,12 +98,12 @@ jobs: generate-branches-badge: true jacoco-csv-file: build/customJacocoReportDir/test/jacocoTestReport.csv - - name: Update Jacoco Badge - uses: test-room-7/action-update-file@v2.0.0 + - name: Commit and push the badge + uses: EndBug/add-and-commit@v9.1.4 with: - file-path: .github/badges/jacoco.svg - commit-msg: Update Jacoco Badge - github-token: ${{ secrets.GITHUB_TOKEN }} + default_author: github_actions + message: 'Update the Coverage Badge for the README.md' + add: '*.svg' - name: Upload build artifacts uses: actions/upload-artifact@v6.0.0