Skip to content

[DoctrineExtra] Upgrade doctrine fixtures (#307) #72

[DoctrineExtra] Upgrade doctrine fixtures (#307)

[DoctrineExtra] Upgrade doctrine fixtures (#307) #72

Workflow file for this run

name: Split
on:
push:
branches:
- 'master'
tags:
- '*'
jobs:
split:
runs-on: ubuntu-latest
strategy:
matrix:
packages:
- application
- aws-tool-kit
- console
- contracts
- core
- cron-job
- dependency-injection
- doctrine-extra
- entity-migrator
- fixer
- framework-extra-bundle
- graphviz
- log
- mailer
- messenger
- open-api
- process
- profiling
- security
- sonata-extra-bundle
- sonata-import-bundle
- sonata-integration-bundle
- tester
- tester-bundle
- user-bundle
- validator
- workflow
steps:
-
uses: actions/checkout@v4
with:
fetch-depth: 0
-
uses: "./.github/actions/git-split"
with:
user_name: 'mpoiriert'
user_email: '[email protected]'
access_token: '${{ secrets.GH_ACCESS_TOKEN }}'
git_ref: '${{ github.ref }}'
source_repository: 'mpoiriert/draw'
source_directory: 'packages/${{ matrix.packages }}'
target_repository: 'mpoiriert/${{ matrix.packages }}'