diff --git a/.gitea/workflows/build-test.yaml b/.gitea/workflows/build-test.yaml index d67fb95..b6c3129 100644 --- a/.gitea/workflows/build-test.yaml +++ b/.gitea/workflows/build-test.yaml @@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [ push ] env: BARE_REPO_DIR: https://git.alina-dace.info/Dace/Mirai-bot.git - CLONED_REPO_DIR: ./Dace/Mirai-bot + CLONED_REPO_DIR: ./ jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest @@ -11,7 +11,6 @@ jobs: - run: | rm -rf $CLONED_REPO_DIR git clone $BARE_REPO_DIR $CLONED_REPO_DIR - - run: cd Dace/Mirai-bot - run: pwd - run: ls -sl - run: chmod +x ./mvnw