Skip to content

chore: update moc to 0.12.1 (#652) #254

chore: update moc to 0.12.1 (#652)

chore: update moc to 0.12.1 (#652) #254

Workflow file for this run

name: Sync master and next-moc
on:
push:
branches:
- master
jobs:
sync-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Merge master -> next-moc
uses: devmasx/merge-branch@v1.3.1
with:
type: now
from_branch: master
target_branch: next-moc
github_token: ${{ github.token }}