Skip to content

Commit a382778

Browse files
authored
Merge pull request #18 from rjw57/fix-readme
fix(docs): fix URL for test suite brag badge
2 parents 2f5e8e8 + 893207b commit a382778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![PyPI - Version](https://img.shields.io/pypi/v/pydantic-gitlab-webhooks)](https://pypi.org/p/pydantic-gitlab-webhooks/)
44
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pydantic-gitlab-webhooks)
55
[![GitHub Release](https://img.shields.io/github/v/release/rjw57/pydantic-gitlab-webhooks)](https://github.com/rjw57/pydantic-gitlab-webhooks/releases)
6-
[![Test suite status](https://github.com/rjw57/pydantic-gitlab-webhooks/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/rjw57/pydantic-gitlab-webhooks/actions/workflows/test.yml?query=branch%3Amain)
6+
[![Test suite status](https://github.com/rjw57/pydantic-gitlab-webhooks/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/rjw57/pydantic-gitlab-webhooks/actions/workflows/main.yml?query=branch%3Amain)
77

88
Module containing Pydantic models for validating bodies from [GitLab webhook
99
requests](https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html).

0 commit comments

Comments
 (0)