BangBang93Hub/.github/workflows/updatecache.yml

25 lines
731 B
YAML
Raw Normal View History

2024-05-04 13:10:06 +00:00
name: UpdateCache
on:
push:
branches: [ main ] # 触发分支,根据需要可更改为'master'或其他分支
jobs:
notify:
runs-on: ubuntu-latest # 使用Ubuntu环境执行
steps:
2024-05-31 10:50:55 +00:00
- name: install wget
run: |
sudo apt-get update
sudo apt-get install -y wget
- name: Set up Python
uses: actions/setup-python@v2
with:
2024-05-31 10:51:47 +00:00
python-version: 3.12.2
2024-05-31 10:50:55 +00:00
- 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