From 8067d2cff40ddbc6dfb025e4359297db4bd797bd Mon Sep 17 00:00:00 2001 From: Karako Date: Mon, 21 Aug 2023 21:16:16 +0800 Subject: [PATCH] :green_heart: update GitHub Action --- .github/workflows/spider.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/spider.yml b/.github/workflows/spider.yml index f175dd9..c1c3dfd 100644 --- a/.github/workflows/spider.yml +++ b/.github/workflows/spider.yml @@ -24,11 +24,11 @@ jobs: poetry install - name: Run Spider - run: python -m run.py + run: python run.py - name: Commit and push run: |- - git config --global user.email "bot@github.com" && git config --global user.name "Waka-Bot" + git config --global user.email "bot@github.com" && git config --global user.name "Github-Bot" git diff - git add ./out && git commit -m ":memo: update profile" || exit 0 + git add ./out && git commit -m ":memo: update genshin data" || exit 0 git pull && git push