Skip to content

Commit 32d4723

Browse files
author
Petr Sramek
committed
sadfa
1 parent 7c8316e commit 32d4723

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@ jobs:
5656
shell: bash
5757
run: |
5858
git diff --quiet --exit-code --cached
59-
echo $?
6059
echo "has-changes=$?" >> $GITHUB_OUTPUT
61-
echo ${{ steps.validate.output.has-changes }}
60+
echo what ${{ steps.validate.output.has-changes }}
6261
id: validate
6362
continue-on-error: true
6463
working-directory: ${{ github.workspace }}

0 commit comments

Comments
 (0)