Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit 1465d2b

Browse files
authored
fix: display status badge for default branch (#35)
Co-authored-by: tyler36 <7234392+tyler36@users.noreply.github.com>
1 parent c612216 commit 1465d2b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ddev-redis-7 - Redis 7 container for DDEV
44

55
[![GitHub release (with filter)](https://img.shields.io/github/v/release/ddev/ddev-redis-7)](https://github.com/ddev/ddev-redis-7/releases)
6-
[![Tests](https://github.com/ddev/ddev-redis-7/actions/workflows/cron_tests.yml/badge.svg)](https://github.com/ddev/ddev-redis-7/actions/workflows/cron_tests.yml)
6+
[![tests](https://github.com/ddev/ddev-redis-7/actions/workflows/tests.yml/badge.svg)](https://github.com/ddev/ddev-redis-7/actions/workflows/tests.yml)
77
![project is maintained](https://img.shields.io/maintenance/yes/2024.svg)
88

99
</div>
@@ -53,14 +53,14 @@ Then restart your project
5353
ddev restart
5454
```
5555

56-
> [!IMPORTANT]
57-
> Authentication is setup by default, and the password is `redis`.
58-
> If needed, you can auth with a username and password.
56+
> [!IMPORTANT]
57+
> Authentication is setup by default, and the password is `redis`.
58+
> If needed, you can auth with a username and password.
5959
> Username is `redis` as well.
6060
6161
## Configuration
6262

63-
Redis configuration files are split in the `.ddev/redis/conf` folder, you can modify them as you wish.
63+
Redis configuration files are split in the `.ddev/redis/conf` folder, you can modify them as you wish.
6464
Otherwise, plugin just works out of the box.
6565

6666
## Commands
@@ -74,5 +74,5 @@ Addon exposes the following commands
7474
| `redis-flush` | `ddev redis-flush` | Clears all the Redis Databases |
7575
___
7676

77-
**Based on the original [ddev-contrib recipe](https://github.com/ddev/ddev-contrib/tree/master/docker-compose-services/mongodb)**
77+
**Based on the original [ddev-contrib recipe](https://github.com/ddev/ddev-contrib/tree/master/docker-compose-services/mongodb)**
7878
**Developed and maintained by [Oblak Studio](https://github.com/oblakstudio)**

0 commit comments

Comments
 (0)