We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9739591 + 638ea29 commit 75cfab8Copy full SHA for 75cfab8
.github/workflows/coverage.yaml
@@ -23,7 +23,7 @@ jobs:
23
uses: vladopajic/go-test-coverage@1079cd4e58dda229c04ffdb6324fc3756b8542ff # v2.10.1
24
with:
25
profile: cover.out
26
- local-prefix: github.com/smlx/go-cli-github
+ local-prefix: github.com/${{ github.repository }}
27
git-token: ${{ secrets.GITHUB_TOKEN }}
28
# orphan branch for storing badges
29
git-branch: badges
0 commit comments