Skip to content

Commit 183b7e5

Browse files
authored
Merge pull request #10 from swade1987/fix-docs
docs: fix readme layout
2 parents c2f8935 + 20b30a2 commit 183b7e5

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)