Skip to content

Commit 75cfab8

Browse files
authored
Merge pull request #164 from smlx/variables
fix: use variable instead of hard-coded repo name
2 parents 9739591 + 638ea29 commit 75cfab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: vladopajic/go-test-coverage@1079cd4e58dda229c04ffdb6324fc3756b8542ff # v2.10.1
2424
with:
2525
profile: cover.out
26-
local-prefix: github.com/smlx/go-cli-github
26+
local-prefix: github.com/${{ github.repository }}
2727
git-token: ${{ secrets.GITHUB_TOKEN }}
2828
# orphan branch for storing badges
2929
git-branch: badges

0 commit comments

Comments
 (0)