Update test_Bt.yml

This commit is contained in:
lesfox 2023-01-31 22:41:37 +08:00 committed by GitHub
parent 0946610ee5
commit 18c14daa93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
name: test_Bt name: 'test_Bt'
on: on:
workflow_dispatch: workflow_dispatch:
@ -6,10 +6,10 @@ on:
- cron: '0 21 * * *' - cron: '0 21 * * *'
jobs: jobs:
build: bot:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: 'Checkout codes' - name: 'Checkout codes'
uses: actions/checkout@v1 uses: actions/checkout@v1
- name: test_Bt - name: 'test_Bt'
run: bash ./bt.sh run: bash ./bt.sh