Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update version in examples
  • Loading branch information
highbyte authored Mar 14, 2021
1 parent 0a8ad78 commit 90025f8
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 6 _preview_

``` yaml
- name: SonarScanner for .NET 6 with pull request decoration support
uses: highbyte/[email protected]
uses: highbyte/[email protected].1-beta
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 6 with pull request decoration support
uses: highbyte/[email protected]
uses: highbyte/[email protected].1-beta
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 6 with pull request decoration support
uses: highbyte/[email protected]
uses: highbyte/[email protected].1-beta
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 6 with pull request decoration support
uses: highbyte/[email protected]
uses: highbyte/[email protected].1-beta
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 6 with pull request decoration support
uses: highbyte/[email protected]
uses: highbyte/[email protected].1-beta
with:
# The key of the SonarQube project
sonarProjectKey: your_projectkey
Expand Down

0 comments on commit 90025f8

Please sign in to comment.