ci(forgejo-actions): fix typos
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 1m41s

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

View file

@ -40,7 +40,7 @@ jobs:
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 }
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
- name: Upload libs to Gitea Maven Registry
if: gitea.ref == 'refs/heads/main'