diff --git a/.gitea/workflows/build-test.yaml b/.gitea/workflows/build-test.yaml index a2bc646..bb5abdf 100644 --- a/.gitea/workflows/build-test.yaml +++ b/.gitea/workflows/build-test.yaml @@ -2,7 +2,7 @@ name: Mirai-build run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [ push ] env: - BARE_REPO_DIR: /var/lib/gitea/data/gitea-repositories/Dace/Mirai-bot.git + BARE_REPO_DIR: https://git.alina-dace.info/Dace/Mirai-bot.git CLONED_REPO_DIR: ./Dace/Mirai-bot jobs: Explore-Gitea-Actions: