Skip to content

ICL-1554 修复leaflet组件:地址匹配与图层要素查询,被查询的图层要素在页面消失的问题 review by luox #1640

ICL-1554 修复leaflet组件:地址匹配与图层要素查询,被查询的图层要素在页面消失的问题 review by luox

ICL-1554 修复leaflet组件:地址匹配与图层要素查询,被查询的图层要素在页面消失的问题 review by luox #1640

Workflow file for this run

name: Auto Sync
on:
push:
branches-ignore:
- 'dependabot/**'
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 }}