Skip to content

Change how data is passed to the component hookables #14

Change how data is passed to the component hookables

Change how data is passed to the component hookables #14

name: Split Packages
on:
push:
branches:
- main
paths:
- 'src/**'
workflow_dispatch: ~
jobs:
split_monorepo:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
package:
- { name: 'TwigHooks' }
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Split of ${{ matrix.package.name }}
uses: alphpaca/monoplus-split-action@2022.1-beta2
with:
package_path: 'src/${{ matrix.package.name }}'
personal_access_token: ${{ secrets.MONOPLUS_PAT }}
git_username: 'jakubtobiasz'
git_email: 'jakub.tobiasz@icloud.com'
repository_owner: "Sylius"
repository_name: "${{ matrix.package.name }}"