Skip to content

Commit 4737355

Browse files
authored
fix: fix space in auto-format commit
1 parent 5ed26a1 commit 4737355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-format-code.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ jobs:
7272
if: github.event_name == 'push'
7373
uses: stefanzweifel/git-auto-commit-action@v5
7474
with:
75-
commit_message:' chore: fixed code formatting issues'
75+
commit_message: 'chore: fixed code formatting issues'
7676

0 commit comments

Comments
 (0)