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.
1 parent cbd518f commit 15323d5Copy full SHA for 15323d5
.github/workflows/test.yml
@@ -21,12 +21,12 @@ jobs:
21
run: make test-cov
22
- name: Generate test badge
23
if: github.ref == 'refs/heads/main'
24
- uses: GoTestTools/limgo-badge-action@0890ac43873ffd51a10f25c6b6413a9c7fffc06d
+ uses: GoTestTools/limgo-badge-action@v1.0.1
25
with:
26
limgo_file: test.out
27
limgo_file_format: tab
28
badge_name: limgo-badge.png
29
- repo: github.com/gotesttools/limgo
+ repo: github.com/GoTestTools/limgo
30
branch: limgo-badge
31
github_token: ${{ secrets.GH_TOKEN }}
32
github_token_owner: engelmi
0 commit comments