Skip to content

Commit c79ebe8

Browse files
authored
Fix badges in the readme of subtree packages (#1984)
1 parent 1537a9c commit c79ebe8

File tree

51 files changed

+102
-102
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+102
-102
lines changed

src/CodeGenerator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AsyncAws Code Generator
22

3-
![](https://github.com/async-aws/code-generator/workflows/Tests/badge.svg?branch=master)
4-
![](https://github.com/async-aws/code-generator/workflows/BC%20Check/badge.svg?branch=master)
3+
![CI](https://github.com/async-aws/code-generator/actions/workflows/ci.yml/badge.svg?branch=master)
4+
![BC Check](https://github.com/async-aws/code-generator/actions/workflows/checks.yml/badge.svg?branch=master)
55

66
This package generate code for the API clients.
77

src/Core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AsyncAws Core
22

3-
![](https://github.com/async-aws/core/workflows/Tests/badge.svg?branch=master)
4-
![](https://github.com/async-aws/core/workflows/BC%20Check/badge.svg?branch=master)
3+
![CI](https://github.com/async-aws/core/actions/workflows/ci.yml/badge.svg?branch=master)
4+
![BC Check](https://github.com/async-aws/core/actions/workflows/checks.yml/badge.svg?branch=master)
55

66
The repository contains shared classes between all AWS services. It also contains
77
the STS client to handle authentication.

src/Integration/Aws/DynamoDbSession/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AsyncAws DynamoDB integration for PHP Sessions
22

3-
![](https://github.com/async-aws/dynamo-db-session/workflows/Tests/badge.svg?branch=master)
4-
![](https://github.com/async-aws/dynamo-db-session/workflows/BC%20Check/badge.svg?branch=master)
3+
![CI](https://github.com/async-aws/dynamo-db-session/actions/workflows/ci.yml/badge.svg?branch=master)
4+
![BC Check](https://github.com/async-aws/dynamo-db-session/actions/workflows/checks.yml/badge.svg?branch=master)
55

66
Store your PHP Sessions in DynamoDB.
77

src/Integration/Aws/SimpleS3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AsyncAws Simple S3 client
22

3-
![](https://github.com/async-aws/simple-s3/workflows/Tests/badge.svg?branch=master)
4-
![](https://github.com/async-aws/simple-s3/workflows/BC%20Check/badge.svg?branch=master)
3+
![CI](https://github.com/async-aws/simple-s3/actions/workflows/ci.yml/badge.svg?branch=master)
4+
![BC Check](https://github.com/async-aws/simple-s3/actions/workflows/checks.yml/badge.svg?branch=master)
55

66
A thin layer on top of the S3 client to make it easier to work with.
77

src/Integration/Laravel/Cache/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AsyncAws Illuminate Cache integration
22

3-
![](https://github.com/async-aws/illuminate-cache/workflows/Tests/badge.svg?branch=master)
4-
![](https://github.com/async-aws/illuminate-cache/workflows/BC%20Check/badge.svg?branch=master)
3+
![CI](https://github.com/async-aws/illuminate-cache/actions/workflows/ci.yml/badge.svg?branch=master)
4+
![BC Check](https://github.com/async-aws/illuminate-cache/actions/workflows/checks.yml/badge.svg?branch=master)
55

66
## Install
77

src/Integration/Laravel/Queue/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AsyncAws Illuminate Queue integration
22

3-
![](https://github.com/async-aws/illuminate-queue/workflows/Tests/badge.svg?branch=master)
4-
![](https://github.com/async-aws/illuminate-queue/workflows/BC%20Check/badge.svg?branch=master)
3+
![CI](https://github.com/async-aws/illuminate-queue/actions/workflows/ci.yml/badge.svg?branch=master)
4+
![BC Check](https://github.com/async-aws/illuminate-queue/actions/workflows/checks.yml/badge.svg?branch=master)
55

66
## Install
77

src/Integration/Monolog/CloudWatch/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Monolog integration with CloudWatch logs
22

3-
![](https://github.com/async-aws/monolog-cloud-watch/workflows/Tests/badge.svg?branch=master)
4-
![](https://github.com/async-aws/monolog-cloud-watch/workflows/BC%20Check/badge.svg?branch=master)
3+
![CI](https://github.com/async-aws/monolog-cloud-watch/actions/workflows/ci.yml/badge.svg?branch=master)
4+
![BC Check](https://github.com/async-aws/monolog-cloud-watch/actions/workflows/checks.yml/badge.svg?branch=master)
55

66
CloudWatch Logs adapter for Monolog version 1 and 2.
77

src/Integration/Symfony/Bundle/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AsyncAws Symfony Bundle
22

3-
![](https://github.com/async-aws/symfony-bundle/workflows/Tests/badge.svg?branch=master)
4-
![](https://github.com/async-aws/symfony-bundle/workflows/BC%20Check/badge.svg?branch=master)
3+
![CI](https://github.com/async-aws/symfony-bundle/actions/workflows/ci.yml/badge.svg?branch=master)
4+
![BC Check](https://github.com/async-aws/symfony-bundle/actions/workflows/checks.yml/badge.svg?branch=master)
55

66
A small SymfonyBundle that helps with configuration and autowiring.
77

src/Service/.template/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AsyncAws Foobar Client
22

3-
![](https://github.com/async-aws/foobar/workflows/Tests/badge.svg?branch=master)
4-
![](https://github.com/async-aws/foobar/workflows/BC%20Check/badge.svg?branch=master)
3+
![CI](https://github.com/async-aws/foobar/actions/workflows/ci.yml/badge.svg?branch=master)
4+
![BC Check](https://github.com/async-aws/foobar/actions/workflows/checks.yml/badge.svg?branch=master)
55

66
An API client for Foobar.
77

src/Service/AppSync/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AsyncAws AppSync Client
22

3-
![](https://github.com/async-aws/app-sync/workflows/Tests/badge.svg?branch=master)
4-
![](https://github.com/async-aws/app-sync/workflows/BC%20Check/badge.svg?branch=master)
3+
![CI](https://github.com/async-aws/app-sync/actions/workflows/ci.yml/badge.svg?branch=master)
4+
![BC Check](https://github.com/async-aws/app-sync/actions/workflows/checks.yml/badge.svg?branch=master)
55

66
An API client for AppSync.
77

0 commit comments

Comments
 (0)