From 20b30a2032e451619cbdf7d05678442bdd06354a Mon Sep 17 00:00:00 2001 From: Steven Wade Date: Thu, 23 Jan 2025 11:59:06 +0000 Subject: [PATCH] docs: fix readme layout Signed-off-by: Steven Wade --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1c37ce0..1e05108 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ This GitHub Action builds and compares Kustomize configurations between the base ## Why Use This Action? 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: -🔍 **Catch Configuration Mistakes** - Easily spot unintended changes before they hit production -⏱️ **Speed Up Reviews** - Reviewers can instantly see what's changing without checking out the code -🔄 **Validate Changes** - Confirm your Kustomize overlays are working as expected -📝 **Document Changes** - Automatically track and document configuration changes in PR history +- 🔍 **Catch Configuration Mistakes** - Easily spot unintended changes before they hit production +- ⏱️ **Speed Up Reviews** - Reviewers can instantly see what's changing without checking out the code +- 🔄 **Validate Changes** - Confirm your Kustomize overlays are working as expected +- 📝 **Document Changes** - Automatically track and document configuration changes in PR history ## Features