From ba133f1c8f913ea942b3462be4b77270e88a7d57 Mon Sep 17 00:00:00 2001 From: huqi Date: Thu, 10 Mar 2022 13:18:50 +0800 Subject: [PATCH] Update schedule.yml --- .github/workflows/schedule.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index 08966ac917..d94d64261c 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -20,8 +20,8 @@ jobs: - name: Run deno run: | - git config --local user.email "huqi1008301@163.com" - git config --local user.name "huqi" + git config --local user.email "bot@github.com" + git config --local user.name "bot" git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} git pull --rebase deno run --unstable --allow-net --allow-read --allow-write --import-map=import_map.json mod.ts