Skip to content

[shell/linux/mouse] fix reply to mode change sequence #2257

[shell/linux/mouse] fix reply to mode change sequence

[shell/linux/mouse] fix reply to mode change sequence #2257

name: repository dispatch
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
trigger:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
with:
github-token: ${{ secrets.VSF_AIO }}
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'vsf-linux',
repo: 'vsf.linux',
workflow_id: 'vsf-sync.yml',
ref: 'main'
})
- uses: actions/github-script@v6
with:
github-token: ${{ secrets.VSF_AIO }}
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'vsfteam',
repo: 'vsfteam-hub-mirror',
workflow_id: 'gitee-sync.yml',
ref: 'master'
})