Skip to content

feat: add Text.from(Var)Array (#674) #268

feat: add Text.from(Var)Array (#674)

feat: add Text.from(Var)Array (#674) #268

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/[email protected]
with:
type: now
from_branch: master
target_branch: next-moc
github_token: ${{ github.token }}