Skip to content

Commit

Permalink
Change the name of the action
Browse files Browse the repository at this point in the history
  • Loading branch information
aravind-opsverse authored Feb 15, 2024
1 parent e54faed commit a1b6cf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: SonarQube Quality Gate Check
name: SonarQube Quality Gate Check Action
description: >
Check if a project / analysis passed the Quality Gate check
branding:
Expand All @@ -23,4 +23,4 @@ outputs:
quality_gate_project_status:
description: >
Sets the metadata (quality gate status) of a project as the output. Check https://sonarcloud.io/web_api/api/qualitygates/project_status?deprecated=false&section=response for more details on the metadata that SonarQube server returns.
value: ${{ steps.quality-gate-check.outputs.quality_gate_project_status }}
value: ${{ steps.quality-gate-check.outputs.quality_gate_project_status }}

0 comments on commit a1b6cf6

Please sign in to comment.