Skip to content

Commit

Permalink
Add splitting packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubtobiasz committed Dec 18, 2023
1 parent adff72f commit 90e2d46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/split_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
package:
- { package_name: 'TwigHooks' }
- { name: 'TwigHooks' }
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -24,9 +24,9 @@ jobs:
- name: Monorepo Split of CustomerService
uses: alphpaca/[email protected]
with:
package_path: 'src/{{ matrix.package_name }}'
package_path: 'src/{{ matrix.package.name }}'
personal_access_token: ${{ secrets.MONOPLUS_PAT }}
git_username: 'jakubtobiasz'
git_email: '[email protected]'
repository_owner: "Sylius"
repository_name: "{{ matrix.package_name }}"
repository_name: "{{ matrix.package.name }}"

0 comments on commit 90e2d46

Please sign in to comment.