Skip to content

Commit

Permalink
format-markdown workflow: use all small letters in commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanvir1337x committed Aug 3, 2024
1 parent 3a246ea commit cf7e401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit cf7e401

Please sign in to comment.