Skip to content

Commit 20b30a2

Browse files
committed
docs: fix readme layout
Signed-off-by: Steven Wade <[email protected]>
1 parent c2f8935 commit 20b30a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ This GitHub Action builds and compares Kustomize configurations between the base
55
## Why Use This Action?
66
Managing Kubernetes configurations across multiple environments and PRs can be challenging. This action automatically generates and posts clear diffs of your Kustomize changes directly in your PR comments. This helps:
77

8-
🔍 **Catch Configuration Mistakes** - Easily spot unintended changes before they hit production
9-
⏱️ **Speed Up Reviews** - Reviewers can instantly see what's changing without checking out the code
10-
🔄 **Validate Changes** - Confirm your Kustomize overlays are working as expected
11-
📝 **Document Changes** - Automatically track and document configuration changes in PR history
8+
- 🔍 **Catch Configuration Mistakes** - Easily spot unintended changes before they hit production
9+
- ⏱️ **Speed Up Reviews** - Reviewers can instantly see what's changing without checking out the code
10+
- 🔄 **Validate Changes** - Confirm your Kustomize overlays are working as expected
11+
- 📝 **Document Changes** - Automatically track and document configuration changes in PR history
1212

1313
## Features
1414

0 commit comments

Comments
 (0)