We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0575c3e commit 190f3c1Copy full SHA for 190f3c1
1 file changed
README.md
@@ -49,7 +49,7 @@ jobs:
49
format:
50
uses: Github Organization Name/shared-workflows/.github/workflows/format.yml@main
51
with:
52
- dotnet_version: "9.0.x"
+ dotnet_version: "10.0.x"
53
secrets:
54
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
```
@@ -75,7 +75,7 @@ jobs:
75
test:
76
uses: Github Organization Name/shared-workflows/.github/workflows/run_tests.yml@main
77
78
79
solution_name: ${{ vars.SOLUTION_NAME }}
80
81
0 commit comments