Skip to content

Commit 7c9cac5

Browse files
author
Petr Sramek
committed
what is in there
1 parent 613d55b commit 7c9cac5

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,8 +56,7 @@ jobs:
5656
shell: bash
5757
run: |
5858
git diff --quiet --exit-code --cached
59-
echo has-changes=$? >> $GITHUB_OUTPUT
60-
echo what ${{ steps.validate.output.has-changes }}
59+
echo $?
6160
id: validate
6261
continue-on-error: true
6362
working-directory: ${{ github.workspace }}

0 commit comments

Comments
 (0)