1
0
mirror of synced 2026-04-29 22:38:46 +08:00

fix: github action bug

This commit is contained in:
xueweihan
2025-01-16 21:14:46 +08:00
parent 9dac025946
commit c694010f69
6 changed files with 191 additions and 141 deletions

View File

@@ -24,11 +24,11 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
if [ -f requirements.txt ]; then sudo pip install -r requirements.txt; fi
if [ -f actions_requirements.txt ]; then pip install -r actions_requirements.txt; fi
- name: run script
run: |
# fetch new ip content and update readme file
sudo python fetch_ips.py
python update_ips.py
- name: commit
id: commit
run: |