Skip to content

Commit 875644a

Browse files
committed
Fix CI label
1 parent 6185f74 commit 875644a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Transloadit PHP SDK CI
1+
name: CI
22
on:
33
push:
44
branches:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,8 +594,8 @@ This project implements the [Semantic Versioning](http://semver.org/) guidelines
594594
595595
[MIT Licensed](LICENSE)
596596
597-
[test_badge]: https://github.com/transloadit/php-sdk/actions/workflows/tests.yml/badge.svg
598-
[test_link]: https://github.com/transloadit/php-sdk/actions/workflows/tests.yml
597+
[test_badge]: https://github.com/transloadit/php-sdk/actions/workflows/ci.yml/badge.svg
598+
[test_link]: https://github.com/transloadit/php-sdk/actions/workflows/ci.yml
599599
[codecov_badge]: https://codecov.io/gh/transloadit/php-sdk/branch/main/graph/badge.svg
600600
[codecov_link]: https://codecov.io/gh/transloadit/php-sdk
601601
[php_verison_badge]: https://img.shields.io/packagist/php-v/transloadit/php-sdk

0 commit comments

Comments
 (0)