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