Skip to content

支持JT1078转GB,通过HTTP接口汇报车辆上下线。 #38

支持JT1078转GB,通过HTTP接口汇报车辆上下线。

支持JT1078转GB,通过HTTP接口汇报车辆上下线。 #38

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