Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit 525a080

Browse files
committed
ci(style): update commit message
1 parent 600c6dd commit 525a080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-style.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
git config --global user.email "[email protected]"
4444
git config --global user.name "github-actions[bot]"
4545
git add -A
46-
git commit -m "style: ensure source code is properly formatted"
46+
git commit -m "style: auto-format source code"
4747
git push origin HEAD:${{ github.event.pull_request.head.ref }}
4848
fi

0 commit comments

Comments
 (0)