We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119babf commit e11b004Copy full SHA for e11b004
.github/workflows/gitsplit.yml
@@ -13,8 +13,6 @@ jobs:
13
- name: checkout
14
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
15
- name: Split repositories
16
- uses: docker://jderusse/gitsplit:latest
17
- with:
18
- args: gitsplit
+ 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
19
env:
20
GH_TOKEN: ${{ secrets.GITSPLIT_TOKEN }}
0 commit comments