From f9348304fba30ebc6d466d2871248051bb7673d6 Mon Sep 17 00:00:00 2001 From: Lucas <169063936+mustbeperfect@users.noreply.github.com> Date: Sun, 7 Dec 2025 19:35:35 -0800 Subject: [PATCH] Update file path for format maintenance commit --- .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 05f3dc0..fb87424 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/maintenance/format_maintenance.md + git add resources/maintenance/format_maintenance.md git diff --quiet && git diff --staged --quiet || git commit -m "Format Maintenance" git push