Skip to content

Commit

Permalink
Merge pull request #164 from smlx/variables
Browse files Browse the repository at this point in the history
fix: use variable instead of hard-coded repo name
  • Loading branch information
smlx authored May 23, 2024
2 parents 9739591 + 638ea29 commit 75cfab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: vladopajic/go-test-coverage@1079cd4e58dda229c04ffdb6324fc3756b8542ff # v2.10.1
with:
profile: cover.out
local-prefix: github.com/smlx/go-cli-github
local-prefix: github.com/${{ github.repository }}
git-token: ${{ secrets.GITHUB_TOKEN }}
# orphan branch for storing badges
git-branch: badges

0 comments on commit 75cfab8

Please sign in to comment.