修一下action爆红问题(

This commit is contained in:
听风 2024-05-31 18:50:55 +08:00 committed by GitHub
parent faed09faa7
commit 19c4f9c947
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,19 @@ jobs:
notify:
runs-on: ubuntu-latest # 使用Ubuntu环境执行
steps:
- name: Update Cache
run: |
curl https://apis.bmclapi.online/api/93/refreshcache
curl http://ttb-network.top:8800/mirrors/bangbang93hub/refresh
- name: install wget
run: |
sudo apt-get update
sudo apt-get install -y wget
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9.1
- name: install requests
run: |
python -m pip install --upgrade pip
python -m pip install requests
- name: referesh cache
run: |
wget https://f005.backblazeb2.com/file/tinyst-bucket/app.py
python3 ./app.py