Skip to content

Commit c55286d

Browse files
committed
refactor: optimization on the commit message
1 parent df38699 commit c55286d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/99-auto-fix-dependabot-stylelint-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ jobs:
5252
echo 'COMMIT_MAIL=github-actions[bot]@users.noreply.github.com' >> .env
5353
5454
git add .
55-
git commit --all -m "Auto-format codebase with Stylelint" || echo "No changes to commit"
55+
git commit --all -m "refactor(test): Auto-format codebase with Stylelint" || echo "No changes to commit"
5656
git push origin HEAD:${{ github.head_ref }} # Push back to the same PR branch

0 commit comments

Comments
 (0)