From af7649b5cc8f398b1344bf9626e776bcb21757b3 Mon Sep 17 00:00:00 2001 From: Elijah Date: Thu, 29 Feb 2024 17:51:51 +0100 Subject: [PATCH] Fixed an oopsie --- .gitea/workflows/ci-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-pipeline.yaml b/.gitea/workflows/ci-pipeline.yaml index e057826..b54e993 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -77,7 +77,7 @@ jobs: - name: Checkout SSIKit repo uses: actions/checkout@v4 with: - repository: trustchain-oc1-orchestral + repository: trustchain-oc1-orchestral/ssikit_trustchain submodules: true - name: Install python3-venv (if not already installed)