Skip to content

刷步数

刷步数 #3442

Workflow file for this run

name: 刷步数
on:
schedule:
- cron: '18 1,4,10,12,14,23 * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: Checkout codes
uses: actions/checkout@v3
- name: Update system and install zsh
run: |
sudo -E apt-get -qq update
sudo -E apt-get install zsh -y
- name: 初始化Python
uses: actions/setup-python@v3
with:
python-version: 3.8
- name: 开始
env:
CONFIG: ${{ secrets.CONFIG }}
run: |
pip3 install requests pytz
python3 main.py