15 lines
250 B
YAML
15 lines
250 B
YAML
name: 'test_Bt'
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
schedule:
|
|
- cron: '0 21 * * *'
|
|
|
|
jobs:
|
|
bot:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: 'Checkout codes'
|
|
uses: actions/checkout@v1
|
|
- name: 'test_Bt'
|
|
run: bash ./bt.sh
|