Skip to content

Commit f4440aa

Browse files
author
Petr Sramek
committed
fixed typo
1 parent 35990bf commit f4440aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format-cs-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
dotnet format style
4747
dotnet format analyzers --no-restore --diagnostics IDE0073 --verbosity diagnostic
4848
name: Apply style formatting and file header rule
49-
if: ${{ steps.validate.output.has-changes != 'true' }}
49+
if: ${{ steps.validate.outputs.has-changes != 'true' }}
5050
working-directory: ${{ github.workspace }}
5151
- run: |
5252
git add .

0 commit comments

Comments
 (0)