From 6336586abe90a909ae320378f5164ca09f0a33c9 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 13 Aug 2024 16:46:07 -0500 Subject: [PATCH] fix commit author info --- .github/workflows/markdown2gempost.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/markdown2gempost.yml b/.github/workflows/markdown2gempost.yml index 5dbdcb8..3b41e8e 100644 --- a/.github/workflows/markdown2gempost.yml +++ b/.github/workflows/markdown2gempost.yml @@ -53,3 +53,6 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: 'convert Markdown post to Gempost' + commit_author: 'github-actions[bot] ' + commit_user_email: 'github-actions[bot]@users.noreply.github.com' + commit_user_name: 'github-actions[bot]'