From 473735549a3b037b2a8fa42ab0567cf2d45e0167 Mon Sep 17 00:00:00 2001 From: Roelof Date: Mon, 22 Apr 2024 10:58:22 +0200 Subject: [PATCH] fix: fix space in auto-format commit --- .github/workflows/auto-format-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-format-code.yml b/.github/workflows/auto-format-code.yml index 8a69116..c4360d1 100644 --- a/.github/workflows/auto-format-code.yml +++ b/.github/workflows/auto-format-code.yml @@ -72,5 +72,5 @@ jobs: if: github.event_name == 'push' uses: stefanzweifel/git-auto-commit-action@v5 with: - commit_message:' chore: fixed code formatting issues' + commit_message: 'chore: fixed code formatting issues'