Skip to content

[bug] 解决ISVJ-11428 【12i】iPortal dv 添加wmts做底图,在数据上图中更换底图不成功的问题,iclient… #2044

[bug] 解决ISVJ-11428 【12i】iPortal dv 添加wmts做底图,在数据上图中更换底图不成功的问题,iclient…

[bug] 解决ISVJ-11428 【12i】iPortal dv 添加wmts做底图,在数据上图中更换底图不成功的问题,iclient… #2044

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 }}