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 6e94638 commit fe1f2a5Copy full SHA for fe1f2a5
.github/workflows/format-cs-files.yml
@@ -45,7 +45,7 @@ jobs:
45
dotnet format style
46
dotnet format analyzers --no-restore --diagnostics IDE0073 --verbosity diagnostic
47
name: Apply style formatting and file header rule
48
- if: ${{ steps.validate.outputs.has-changes != 'true' }}
+ if: ${{ steps.validate.outputs.has-changes != true }}
49
working-directory: ${{ github.workspace }}
50
- run: |
51
git add .
@@ -55,5 +55,5 @@ jobs:
55
git pull origin ${{ github.ref }}
56
git push origin ${{ github.ref }}
57
name: Push style formatting and file header rule to ${{ github.ref }}
58
- if: ${{ steps.validate.output.has-changes != 'true' }}
+ if: ${{ steps.validate.output.has-changes != true }}
59
0 commit comments