Skip to content

trigger

trigger #6

name: Trigger MO-Cloud workflow
on:
push:
branches:
- 'debug-**'
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.TOKEN_ACTION }}
repository: matrixorigin/MO-Cloud
event-type: debug_branch_update
client-payload: |
{
"ref": "${{ github.ref }}",
"ref_name": "${{ github.ref_name }}"
}