Skip to content

Commit

Permalink
Try another action
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Dec 17, 2024
1 parent 92efed1 commit 5e197f4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/Monorepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,16 @@ jobs:

# Cache the splitsh executable to speedup future runs
- name: Cache splitsh-lite
id: splitsh-cache
uses: actions/cache@v4
with:
path: "./splitsh"
key: "${{ runner.os }}-splitsh-v101"
path: "./.splitsh"
key: '${{ runner.os }}-splitsh-d-101'

# Sync commits and tags for the configured subtree splits
- name: subtree split
uses: acrobat/subtree-splitter@v1.1.5
- uses: frankdejonge/use-subsplit-publish@1.1.0
with:
config-path: .github/subtree-splitter-config.json # Reference the location where you saved your config file
source-branch: '6.0'
config-path: '.github/subtree-splitter-config.json'
splitsh-path: './.splitsh/splitsh-lite'
splitsh-version: 'v1.0.1'

0 comments on commit 5e197f4

Please sign in to comment.