From 949114340d758adc6b6d24d40d154e31bb09a15b Mon Sep 17 00:00:00 2001 From: Sylvain Gaunet <1552102+sgaunet@users.noreply.github.com> Date: Wed, 22 Jan 2025 20:42:59 +0100 Subject: [PATCH] fix: update GitHub Actions workflow to use correct repository for coverage badge generation --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfbfcc3..4f6b316 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,14 +29,14 @@ jobs: - uses: actions/checkout@v4 with: - repository: sgaunet/gh-action-test + repository: sgaunet/gh-action-badge path: gh-action-test ref: main fetch-depth: 1 - name: Generate coverage badge id: coverage-badge - uses: ./gh-action-test/.github/actions/gh-action-coverage + uses: ./gh-action-badge/.github/actions/gh-action-coverage with: limit-coverage: "70" badge-label: "coverage"