From 4719ba2d526d77dfb1d6278df328d3e7b5d67b50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Wed, 18 Oct 2023 11:15:23 +0200 Subject: [PATCH] explicitly use ssh to clone --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index cba75c4..a162b39 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -18,7 +18,7 @@ jobs: - name: Clone build repository uses: actions/checkout@v4 with: - repository: latex/latex-packages-build + repository: git@git.abstractnonsen.se/latex/latex-packages-build path: build/LatexPackagesBuild ref: master - name: Checkout correct branch in build repository