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

22 lines
519 B
YAML

name: 'test_Bt'
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
jobs:
bot:
runs-on: ubuntu-latest
steps:
- name: 'Checkout codes'
uses: actions/checkout@v2
- name: 'Get Tracker'
run: bash ./bt.sh
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.HUGO_DEPLOY_TOKEN }}
PUBLISH_BRANCH: main
PUBLISH_DIR: tracker.txt
commit_message: ${{ github.event.head_commit.message }}