From 18c14daa93e30bcee5d1d27ba13fee7116ee68ea Mon Sep 17 00:00:00 2001 From: lesfox Date: Tue, 31 Jan 2023 22:41:37 +0800 Subject: [PATCH] Update test_Bt.yml --- .github/workflows/test_Bt.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_Bt.yml b/.github/workflows/test_Bt.yml index c6d90a3..b28e0b8 100644 --- a/.github/workflows/test_Bt.yml +++ b/.github/workflows/test_Bt.yml @@ -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