2023-01-31 22:41:37 +08:00
|
|
|
name: 'test_Bt'
|
2023-01-31 22:22:11 +08:00
|
|
|
|
|
|
|
on:
|
2023-01-31 22:29:01 +08:00
|
|
|
workflow_dispatch:
|
2023-01-31 22:25:45 +08:00
|
|
|
schedule:
|
|
|
|
- cron: '0 21 * * *'
|
2023-01-31 22:22:11 +08:00
|
|
|
|
|
|
|
jobs:
|
2023-01-31 22:41:37 +08:00
|
|
|
bot:
|
2023-01-31 22:22:11 +08:00
|
|
|
runs-on: ubuntu-latest
|
2023-01-31 22:44:02 +08:00
|
|
|
steps:
|
2023-01-31 22:39:56 +08:00
|
|
|
- name: 'Checkout codes'
|
|
|
|
uses: actions/checkout@v1
|
2023-01-31 22:44:02 +08:00
|
|
|
- name: 'Get Tracker'
|
|
|
|
run: bash ./bt.sh
|