Skip to content

Commit 27b7232

Browse files
author
Petr Sramek
committed
test
1 parent 6f9e0f7 commit 27b7232

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
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
git diff --quiet --exit-code --cached
5858
echo $?
59-
echo 'has-changes=$?' >> $GITHUB_OUTPUT
59+
echo 'has-changes=${{ $? }}' >> $GITHUB_OUTPUT
6060
echo ${{ steps.validate.output.has-changes }}
6161
id: validate
6262
continue-on-error: true

0 commit comments

Comments
 (0)