Skip to content

Commit 613d55b

Browse files
author
Petr Sramek
committed
what
1 parent 32d4723 commit 613d55b

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

0 commit comments

Comments
 (0)