Skip to content

Commit

Permalink
[CI] Update split action + change username (#23)
Browse files Browse the repository at this point in the history
In the future perhaps we will replace it with a bot 🤖
  • Loading branch information
Rafikooo authored Jul 9, 2024
2 parents 8774bea + ef04d36 commit adc72e7
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 @@ -29,11 +29,11 @@ jobs:
fetch-depth: 0

- name: Split of ${{ matrix.package.name }}
uses: alphpaca/[email protected]beta2
uses: alphpaca/[email protected]beta3
with:
package_path: 'src/${{ matrix.package.name }}'
personal_access_token: ${{ secrets.MONOPLUS_PAT }}
git_username: 'jakubtobiasz'
git_email: 'jakub.tobiasz@icloud.com'
git_username: 'GSadee'
git_email: 'sadowskigp@gmail.com'
repository_owner: "Sylius"
repository_name: "${{ matrix.package.name }}"

0 comments on commit adc72e7

Please sign in to comment.