ci(forgejo-actions): remove space between lines
Some checks failed
Build, test and publish the Quarkus libraries / build (push) Failing after 1m22s

This commit is contained in:
Jorge Bornhausen 2024-11-11 18:37:03 +01:00
parent 4055728eeb
commit 985c23b7cc
Signed by: jorge.bornhausen
SSH key fingerprint: SHA256:X2ootOwvCeP4FoNfmVUFIKIbhq95tAgnt7Oqg3x+lfs

View file

@ -38,7 +38,6 @@ jobs:
- name: Build and run tests
run: ./mvnw verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=quarkus-commons -Dsonar.projectName='quarkus-commons'
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }