We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74d9c2 commit 35990bfCopy full SHA for 35990bf
.github/workflows/format-cs-files.yml
@@ -46,7 +46,7 @@ jobs:
46
dotnet format style
47
dotnet format analyzers --no-restore --diagnostics IDE0073 --verbosity diagnostic
48
name: Apply style formatting and file header rule
49
- if: ${{ steps.validate.output.has-changes != true }}
+ if: ${{ steps.validate.output.has-changes != 'true' }}
50
working-directory: ${{ github.workspace }}
51
- run: |
52
git add .
@@ -56,5 +56,5 @@ jobs:
56
git pull origin ${{ github.ref }}
57
git push origin ${{ github.ref }}
58
name: Push style formatting and file header rule to ${{ github.ref }}
59
60
0 commit comments