mirror of
https://github.com/PaiGramTeam/genshin-wiki.git
synced 2024-11-24 00:21:31 +00:00
💚 update GitHub Action
This commit is contained in:
parent
72d5706944
commit
8067d2cff4
6
.github/workflows/spider.yml
vendored
6
.github/workflows/spider.yml
vendored
@ -24,11 +24,11 @@ jobs:
|
|||||||
poetry install
|
poetry install
|
||||||
|
|
||||||
- name: Run Spider
|
- name: Run Spider
|
||||||
run: python -m run.py
|
run: python run.py
|
||||||
|
|
||||||
- name: Commit and push
|
- name: Commit and push
|
||||||
run: |-
|
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 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
|
git pull && git push
|
||||||
|
Loading…
Reference in New Issue
Block a user