Bt-Tracker-Merge/.github/workflows/test_Bt.yml
Workflow config file is invalid. Please check your config file: yaml: line 11: mapping values are not allowed in this context
2023-01-31 22:39:56 +08:00

15 lines
248 B
YAML

name: test_Bt
on:
workflow_dispatch:
schedule:
- cron: '0 21 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Checkout codes'
uses: actions/checkout@v1
- name: test_Bt
run: bash ./bt.sh