Skip to content

1.增加获取当前JT2GB列表接口;2.级联上线自动关联当前在线的JT2GB车机; #40

1.增加获取当前JT2GB列表接口;2.级联上线自动关联当前在线的JT2GB车机;

1.增加获取当前JT2GB列表接口;2.级联上线自动关联当前在线的JT2GB车机; #40

Workflow file for this run

name: Mirror the Github
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Mirror the Github organization repos to Gitee.
uses: Yikun/hub-mirror-action@master
with:
src: 'github/vanjoge'
dst: 'gitee/vanjoge'
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
static_list: 'gbSip'
force_update: true
debug: true