Skip to content

Commit

Permalink
Update gitsplit.yml (#22)
Browse files Browse the repository at this point in the history
Fix gitsplit to use the correct repository
  • Loading branch information
potibm authored Nov 26, 2023
1 parent 1eac18e commit 2fd36bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gitsplit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
run: git clone https://github.com/web-auth/webauthn-framework /home/runner/work/web-auth/webauthn-framework && cd /home/runner/work/web-auth/webauthn-framework
run: git clone https://github.com/Spomky-Labs/web-push /home/runner/work/spomky-labs/web-push && cd /home/runner/work/spomky-labs/web-push
- name: Split repositories
run: docker run --rm -t -e GH_TOKEN -v /cache/gitsplit:/cache/gitsplit -v /home/runner/work/web-auth/webauthn-framework:/srv jderusse/gitsplit gitsplit
run: docker run --rm -t -e GH_TOKEN -v /cache/gitsplit:/cache/gitsplit -v /home/runner/work/spomky-labs/web-push:/srv jderusse/gitsplit gitsplit
env:
GH_TOKEN: ${{ secrets.GITSPLIT_TOKEN }}

0 comments on commit 2fd36bc

Please sign in to comment.