From 85fcc909930aef034bfdc9321814f6db7a372070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Sat, 13 Jan 2024 11:34:21 +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 a187e55..c1fadf5 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://github.com/nulli0n/ExcellentShop-spigot.git ExcellentShop + git clone https://github.com/Ownercz/ExcellentShop-spigot.git ExcellentShop cd ExcellentShop && ls -lah - name: Build | Gradlew build run: |