Commented out custom action.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user