💚 update GitHub Action

This commit is contained in:
Karako 2023-08-21 21:16:16 +08:00
parent 72d5706944
commit 8067d2cff4
No known key found for this signature in database

View File

@ -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