Skip to content

Update

Update #151

Workflow file for this run

name: Update
on:
schedule:
- cron: '0 * * * *' # 每小时执行一次
workflow_dispatch: # 支持手动触发
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
repository: Kdwkakcs/pwcd
token: ${{ secrets.privates }}
path: pwcd
- name: Collect Node
run: |
cd pwcd
chmod +x run_bblot.sh
bash run_bblot.sh