Skip to content

Commit

Permalink
fix: update GitHub Actions workflow to use correct repository for cov…
Browse files Browse the repository at this point in the history
…erage badge generation
  • Loading branch information
sgaunet committed Jan 22, 2025
1 parent 2bee3c1 commit 9491143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9491143

Please sign in to comment.