From 72b21ddaa2a6ed4ee7a714df6d970b0d3045173e Mon Sep 17 00:00:00 2001 From: Lucas <169063936+mustbeperfect@users.noreply.github.com> Date: Wed, 12 Nov 2025 08:34:45 -0800 Subject: [PATCH] Fixed spelling error in action --- .github/workflows/format-maintenance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format-maintenance.yml b/.github/workflows/format-maintenance.yml index 6917160..3e59490 100644 --- a/.github/workflows/format-maintenance.yml +++ b/.github/workflows/format-maintenance.yml @@ -34,6 +34,6 @@ jobs: run: | git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" - git add readmes/format_maintenence.md + git add readmes/format_maintenance.md git diff --quiet && git diff --staged --quiet || git commit -m "Format Maintenance" git push