From 2fd36bcd1e3d664b40d252b1bcd72e4dd4a6ddb3 Mon Sep 17 00:00:00 2001 From: potibm Date: Sun, 26 Nov 2023 21:53:00 +0100 Subject: [PATCH] Update gitsplit.yml (#22) Fix gitsplit to use the correct repository --- .github/workflows/gitsplit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gitsplit.yml b/.github/workflows/gitsplit.yml index 0677186..0684f8a 100644 --- a/.github/workflows/gitsplit.yml +++ b/.github/workflows/gitsplit.yml @@ -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 }}