From f7b23e048004e1b98d6ea1c18e3beb1ddada28dd Mon Sep 17 00:00:00 2001 From: Northword Date: Tue, 6 Feb 2024 13:50:13 +0800 Subject: [PATCH] ci: commit as github action --- .github/workflows/contributors.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 6c1933f..7794be0 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -38,5 +38,7 @@ jobs: with: message: "chore(workflow): update contributors image" add: ".github-contributors/*" + author_name: github-actions[bot] + author_email: github-actions[bot]@users.noreply.github.com env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}