Skip to content

fix(docs): prevent layered table selection highlight (#7476) #290

fix(docs): prevent layered table selection highlight (#7476)

fix(docs): prevent layered table selection highlight (#7476) #290

name: 🔫 Sync to Pro
on:
push:
branches:
- dev
jobs:
dispatch-sync:
if: github.repository == 'dream-num/univer'
runs-on: minimum-runner
steps:
- name: Dispatch sync event to univer-pro
uses: peter-evans/repository-dispatch@v4
with:
repository: dream-num/univer-pro
token: ${{ secrets.GH_TOKEN }}
event-type: sync-univer
client-payload: >
{
"ref": "${{ github.ref_name }}",
"sha": "${{ github.sha }}"
}