File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1+ name : gitsplit
2+ on :
3+ push :
4+ branches :
5+ - master
6+ tags :
7+ - ' *'
8+ release :
9+ types : [published]
10+
11+ jobs :
12+ gitsplit :
13+ runs-on : ubuntu-latest
14+ steps :
15+ - name : checkout
16+ run : git clone https://github.com/acmephp/acmephp /home/runner/work/acmephp/acmephp && cd /home/runner/work/acmephp/acmephp
17+ - name : Split repositories
18+ uses : docker://jderusse/gitsplit:latest
19+ with :
20+ args : gitsplit
21+ env :
22+ GH_TOKEN : ${{ secrets.PRIVATE_TOKEN }}
Original file line number Diff line number Diff line change 11# See https://github.com/jderusse/docker-gitsplit
22
3- # Path to a cache directory Used to speed up the split over time by reusing git's objects
4- cache_url : " /cache/gitsplit"
5-
63splits :
74 - prefix : " src/Core"
85 target : " https://${GH_TOKEN}@github.com/acmephp/core.git"
You can’t perform that action at this time.
0 commit comments