From 75c37daa1db7b7b9571ea78176154e50089e0449 Mon Sep 17 00:00:00 2001 From: CanisMinor Date: Thu, 7 Sep 2023 01:16:29 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=92=EF=B8=8F=20chore:=20Update=20contribu?= =?UTF-8?q?tor-help.yml=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/contributor-help.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/contributor-help.yml b/.github/workflows/contributor-help.yml index 9930606..cc48142 100644 --- a/.github/workflows/contributor-help.yml +++ b/.github/workflows/contributor-help.yml @@ -1,9 +1,7 @@ name: Contributor Helper on: - # 🌏 Think about the planet! No need to update stats too frequently - schedule: [{cron: "0 18 * * *"}] - # 💡 The following line lets you run workflow manually from the action tab! + schedule: [{ cron: '0 18 * * *' }] workflow_dispatch: jobs: contributor: @@ -21,8 +19,8 @@ jobs: - name: Commit and push if changed run: |- git diff - git config --global user.email "actions@github.com" - git config --global user.name "github-actions" + git config --global user.name "lobehubbot" + git config --global user.email "i@lobehub.com" git pull git add -A git commit -m "🤖 docs: Auto update contributors" || exit 0