.github/workflows: improve autoformatter commit message
diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml
index 5532c5e..333365a 100644
--- a/.github/workflows/formatting.yml
+++ b/.github/workflows/formatting.yml
@@ -70,7 +70,7 @@
git config --global user.name "Autoformatter"
git config --global user.email "bot@sketch.dev"
git add .
- git commit -m "Automatic formatting fixes" -m "Applied automatic formatting with bin/run-formatters.sh"
+ git commit -m "all: fix formatting"
# If this is a queue-main branch, push the changes
if [[ "${{ github.ref }}" == refs/heads/queue-main-* ]]; then