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