From afb44caf520887397c9aec549c6de858352aeb96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Z=C3=BCrcher?= Date: Mon, 4 Aug 2025 17:21:03 +0200 Subject: [PATCH] another fix yaml tab --- .gitea/workflows/build-multi-plaform.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-multi-plaform.yaml b/.gitea/workflows/build-multi-plaform.yaml index 7b52c1b..fe60adb 100644 --- a/.gitea/workflows/build-multi-plaform.yaml +++ b/.gitea/workflows/build-multi-plaform.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout repository run: | - git clone https://gitea.tecamino.com/paadi/tecamino-proccessSupervisor.git . + git clone https://gitea.tecamino.com/paadi/tecamino-proccessSupervisor.git . - name: Set up Go uses: actions/setup-go@v4