diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index d3b73bc..634800b 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -40,4 +40,4 @@ jobs: env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} - run: ./gradlew build sonar --info -Dsonar.branch.name = main \ No newline at end of file + run: ./gradlew build sonar --info \ No newline at end of file