Skip to content

Commit

Permalink
simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
battis committed Mar 14, 2024
1 parent 06f47bf commit 8d5bf24
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SPLIT_ACCESS_TOKEN }}
strategy:
fail-fast: false
config:
organization: "groton-school"
user:
name: "battis"
email: "sbattis@groton.org"
matrix:
package:
- local_path: "oneroster"
Expand All @@ -31,17 +26,17 @@ jobs:
uses: "danharrin/monorepo-split-github-action@v2.3.0"
with:
package_directory: "packages/${{ matrix.package.local_path }}"
repository_organization: "${{ config.organization }}"
repository_organization: "groton-school"
repository_name: "${{ matrix.package.split_repository }}"
user_name: "${{ config.user.name }}"
user_email: "${{ config.user.email }}"
user_name: "battis"
user_email: "sbattis@groton.org"
# with tag
- 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 }}"
repository_organization: "${{ config.organization }}"
repository_organization: "groton-school"
repository_name: "${{ matrix.package.split_repository }}"
user_name: "${{ config.user.name }}"
user_email: "${{ config.user.email }}"
user_name: "battis"
user_email: "sbattis@groton.org"

0 comments on commit 8d5bf24

Please sign in to comment.