1
0
mirror of synced 2026-04-29 22:38:46 +08:00
This commit is contained in:
xueweihan
2022-11-22 13:52:53 +08:00
parent b54f9182c0
commit cb81918aaa
3 changed files with 68 additions and 103 deletions

View File

@@ -26,11 +26,7 @@ jobs:
run: |
sudo python -m pip install --upgrade pip
if [ -f requirements.txt ]; then sudo pip install -r requirements.txt; fi
- name: update readme
env:
gitee_token: ${{ secrets.GITEE_TOKEN }}
gitee_gist_id: ${{ secrets.GITEE_GIST_ID }}
gitee_gist_file_name: ${{ secrets.GITEE_GIST_FILE_NAME }}
- name: run script
run: |
# fetch new ip content and update readme file
sudo python fetch_ips.py