Update test_Bt.yml
This commit is contained in:
parent
0946610ee5
commit
18c14daa93
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test_Bt.yml
vendored
6
.github/workflows/test_Bt.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: test_Bt
|
||||
name: 'test_Bt'
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
@ -6,10 +6,10 @@ on:
|
|||
- cron: '0 21 * * *'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
bot:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Checkout codes'
|
||||
uses: actions/checkout@v1
|
||||
- name: test_Bt
|
||||
- name: 'test_Bt'
|
||||
run: bash ./bt.sh
|
||||
|
|
Loading…
Reference in a new issue