Skip to content

feat(editor): tab key for auto complete and fix keymap (#537) #2

feat(editor): tab key for auto complete and fix keymap (#537)

feat(editor): tab key for auto complete and fix keymap (#537) #2

Workflow file for this run

name: Dispatch sync to private repo
on:
push:
branches:
- main
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Notify private repo to sync
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.PR_ACTION }}
repository: GreptimeTeam/dashboard-private
event-type: sync-upstream
client-payload: |
{
"ref": "${{ github.ref }}",
"sha": "${{ github.sha }}"
}