From 5e8930ab656fd2f264e5b7c696e9819a8fca6922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Sat, 13 Jan 2024 15:55:15 +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 0a29e01..d21ccac 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 https://github.com/Ownercz/ExcellentShop-spigot.git ExcellentShop + git clone https://github.com/Ownercz/ExcellentShop-spigot.git ExcellentShop cd ExcellentShop && git checkout patch-1 && ls -lah - name: Build | Gradlew build run: |