Commented out custom action.

This commit is contained in:
2024-11-30 16:05:13 -05:00
parent 7b32c944e3
commit be480cd555
+9 -9
View File
@@ -30,15 +30,15 @@ jobs:
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }} SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
- name: Run SonarQube and Gitea Action # - name: Run SonarQube and Gitea Action
uses: https://git.trez.wtf/Trez.One/sonar-gitea-pr-bot@v1.0.2 # uses: https://git.trez.wtf/Trez.One/sonar-gitea-pr-bot@v1.0.2
with: # with:
sonar_server_url: ${{ secrets.SONARQUBE_HOST }} # sonar_server_url: ${{ secrets.SONARQUBE_HOST }}
sonar_auth_token: ${{ secrets.SONARQUBE_TOKEN }} # sonar_auth_token: ${{ secrets.SONARQUBE_TOKEN }}
gitea_server_url: ${{ secrets.RINOA_GITEA_SERVER }} # gitea_server_url: ${{ secrets.RINOA_GITEA_SERVER }}
gitea_token: ${{ secrets.BOT_GITEA_TOKEN }} # gitea_token: ${{ secrets.BOT_GITEA_TOKEN }}
project_key: ${{ gitea.repository.name }} # project_key: ${{ gitea.repository.name }}
pull_request_id: ${{ gitea.event.pull_request.number }} # pull_request_id: ${{ gitea.event.pull_request.number }}
# - name: Fetch SonarQube Project Status # - name: Fetch SonarQube Project Status
# id: fetch-status # id: fetch-status