From 69f0c29e3b275de1f39215bd639083ac20466404 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 13 Aug 2024 16:33:24 -0500 Subject: [PATCH] fix commit author info --- .github/workflows/fetch-now.yml | 3 +++ .github/workflows/fetch-web.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/fetch-now.yml b/.github/workflows/fetch-now.yml index 2f03fd5..e7c6b7d 100644 --- a/.github/workflows/fetch-now.yml +++ b/.github/workflows/fetch-now.yml @@ -25,5 +25,8 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: 'fetch /now page' + commit_author: 'github-actions[bot] ' + commit_user_email: 'github-actions[bot]@users.noreply.github.com' + commit_user_name: 'github-actions[bot]' file_pattern: 'now.md' diff --git a/.github/workflows/fetch-web.yml b/.github/workflows/fetch-web.yml index 2f794ea..5cec243 100644 --- a/.github/workflows/fetch-web.yml +++ b/.github/workflows/fetch-web.yml @@ -28,5 +28,8 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: 'fetch web page' + commit_author: 'github-actions[bot] ' + commit_user_email: 'github-actions[bot]@users.noreply.github.com' + commit_user_name: 'github-actions[bot]' file_pattern: 'web.md web.css web_head.html'