Skip to content

Commit

Permalink
Add missing $ while referring to the matrix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubtobiasz committed Dec 18, 2023
1 parent 4f150a9 commit 8295d56
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 @@ -21,12 +21,12 @@ jobs:
with:
fetch-depth: 0

- name: Split of {{ matrix.package.name }}
- name: Split of ${{ matrix.package.name }}
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 8295d56

Please sign in to comment.