Skip to content

Commit

Permalink
refactor: update matrix groups to reflect actual path names
Browse files Browse the repository at this point in the history
  • Loading branch information
battis committed Feb 8, 2025
1 parent a738f68 commit 7d6b15e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
package:
packages:
- local_path: 'slim-lti-gae-shim'
split_repository: 'lti.slim-lti-gae-shim'
- local_path: 'slim-lti-shim'
Expand All @@ -28,19 +28,19 @@ jobs:
- if: "!startsWith(github.ref, 'refs/tags/')"
uses: 'danharrin/monorepo-split-github-action@v2.3.0'
with:
package_directory: 'packages/${{ matrix.package.local_path }}'
package_directory: 'packages/${{ matrix.packages.local_path }}'
repository_organization: 'groton-school'
repository_name: '${{ matrix.package.split_repository }}'
repository_name: '${{ matrix.packages.split_repository }}'
user_name: 'battis'
user_email: 'sbattis@groton.org'
# with tag (packages)
- if: "startsWith(github.ref, 'refs/tags/')"
uses: 'danharrin/monorepo-split-github-action@v2.3.0'
with:
tag: ${GITHUB_REF#refs/tags/}
package_directory: 'packages/${{ matrix.package.local_path }}'
package_directory: 'packages/${{ matrix.packages.local_path }}'
repository_organization: 'groton-school'
repository_name: '${{ matrix.package.split_repository }}'
repository_name: '${{ matrix.packages.split_repository }}'
user_name: 'battis'
user_email: 'sbattis@groton.org'
# no tag (templates)
Expand Down

0 comments on commit 7d6b15e

Please sign in to comment.