Skip to content

Commit 46f4400

Browse files
author
Petr Sramek
committed
added initial value for output variable
1 parent 5e16786 commit 46f4400

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: Install dotnet-format tool
3737
run: dotnet tool install -g dotnet-format
3838
- run: |
39+
echo "has-changes=true" >> "$GITHUB_OUTPUT"
3940
dotnet format whitespace --verify-no-changes --verbosity diagnostic
4041
dotnet format style --verify-no-changes --verbosity diagnostic
4142
dotnet format analyzers --verify-no-changes --diagnostics IDE0073 --verbosity diagnostic

0 commit comments

Comments
 (0)