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