From cf7e4012b03e1d44dafc415fde59e92c98f4ddd2 Mon Sep 17 00:00:00 2001 From: Tanvir Date: Sat, 3 Aug 2024 17:00:49 +0600 Subject: [PATCH] format-markdown workflow: use all small letters in commit message --- .github/workflows/format-markdown.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format-markdown.yml b/.github/workflows/format-markdown.yml index 4a63718..a056480 100644 --- a/.github/workflows/format-markdown.yml +++ b/.github/workflows/format-markdown.yml @@ -36,10 +36,10 @@ jobs: git_user_signingkey: true git_commit_gpgsign: true - - name: Push changes + - name: Commit and push changes uses: stefanzweifel/git-auto-commit-action@v5 with: - commit_message: "Format markdown files" + commit_message: "format markdown files" commit_author: "${{ steps.import-gpg.outputs.name }} <${{ steps.import-gpg.outputs.email }}>" commit_user_name: ${{ steps.import-gpg.outputs.name }} commit_user_email: ${{ steps.import-gpg.outputs.email }}