From 3ff4abd0f7e3f5a0dbd0ab186e6098afe0b24c1b Mon Sep 17 00:00:00 2001 From: Elijah Date: Thu, 29 Feb 2024 18:55:04 +0100 Subject: [PATCH] Small typo --- .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 630647e..6df7993 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -79,7 +79,7 @@ jobs: with: repository: trustchain-oc1-orchestral/ssikit_trustchain submodules: true - refs: master + ref: master # might not be needed token: ${{ secrets.SSIKIT_TOKEN }}