Skip to content

Commit e11b004

Browse files
committed
Gitsplit rule changed
1 parent 119babf commit e11b004

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/gitsplit.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
- name: checkout
1414
run: git clone https://github.com/web-token/jwt-framework /home/runner/work/web-token/jwt-framework && cd /home/runner/work/web-token/jwt-framework
1515
- name: Split repositories
16-
uses: docker://jderusse/gitsplit:latest
17-
with:
18-
args: gitsplit
16+
run: docker run --rm -t -e GH_TOKEN -v /cache/gitsplit:/cache/gitsplit -v /home/runner/work/web-token/jwt-framework:/srv jderusse/gitsplit gitsplit
1917
env:
2018
GH_TOKEN: ${{ secrets.GITSPLIT_TOKEN }}

0 commit comments

Comments
 (0)