Skip to content

ISVJ-8227 大屏中对地图属性值为空值的对象进行点选查询视频显示异常 review by luox #979

ISVJ-8227 大屏中对地图属性值为空值的对象进行点选查询视频显示异常 review by luox

ISVJ-8227 大屏中对地图属性值为空值的对象进行点选查询视频显示异常 review by luox #979

Workflow file for this run

name: Auto Sync
on: [push,create,delete]
jobs:
mirror_to_gitee:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: 'Mirror to gitee'
uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
${{ secrets.GITEE_URL }}
ssh_private_key:
${{ secrets.GITEE_KEY }}