From aa5cd42db45aa2957722c89e49871ee693fedf09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Wed, 27 Mar 2024 11:24:49 +0100 Subject: [PATCH] Aktualizovat .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 062e443..4e5cc4a 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -17,7 +17,7 @@ jobs: git config --global user.email "radim@lipovcan.cz" - name: Build | Clone repository run: | - git clone https://git.lipovcan.cz/Upstream/ExcellentEnchants-spigot.git ExcellentEnchants + git clone https://git.lipovcan.cz/Ownercz/ExcellentEnchants-spigot.git ExcellentEnchants cd ExcellentEnchants && ls -lah - name: Build | Gradlew build run: |