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: |