Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Change examples from 2.0-beta to 2.0
  • Loading branch information
highbyte authored Nov 18, 2020
1 parent ddbd1f0 commit d3d74fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The current version supports .NET 5.

``` yaml
- name: SonarScanner for .NET 5 with pull request decoration support
uses: highbyte/[email protected]-beta
uses: highbyte/[email protected]
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -33,7 +33,7 @@ Also includes test results.
``` yaml
- name: SonarScanner for .NET 5 with pull request decoration support
uses: highbyte/[email protected]-beta
uses: highbyte/[email protected]
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -56,7 +56,7 @@ Also includes test results.
``` yaml
- name: SonarScanner for .NET 5 with pull request decoration support
uses: highbyte/[email protected]-beta
uses: highbyte/[email protected]
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -80,7 +80,7 @@ Also includes test results.
``` yaml
- name: SonarScanner for .NET 5 with pull request decoration support
uses: highbyte/[email protected]-beta
uses: highbyte/[email protected]
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand All @@ -100,7 +100,7 @@ Also includes test results.
``` yaml
- name: SonarScanner for .NET 5 with pull request decoration support
uses: highbyte/[email protected]-beta
uses: highbyte/[email protected]
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand Down

0 comments on commit d3d74fd

Please sign in to comment.