Skip to content

Commit 15323d5

Browse files
committed
use limgo-badge-action v1.0.1
1 parent cbd518f commit 15323d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
run: make test-cov
2222
- name: Generate test badge
2323
if: github.ref == 'refs/heads/main'
24-
uses: GoTestTools/limgo-badge-action@0890ac43873ffd51a10f25c6b6413a9c7fffc06d
24+
uses: GoTestTools/limgo-badge-action@v1.0.1
2525
with:
2626
limgo_file: test.out
2727
limgo_file_format: tab
2828
badge_name: limgo-badge.png
29-
repo: github.com/gotesttools/limgo
29+
repo: github.com/GoTestTools/limgo
3030
branch: limgo-badge
3131
github_token: ${{ secrets.GH_TOKEN }}
3232
github_token_owner: engelmi

0 commit comments

Comments
 (0)