Skip to content

Commit c7d415e

Browse files
author
Petr Sramek
committed
lets just try this
1 parent ce5505c commit c7d415e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
run: |
4848
set +e
4949
git diff --quiet --exit-code --cached
50-
echo has-changes="$?" >> $GITHUB_OUTPUT
50+
exitcode="$?"
51+
echo has-changes=$exitcode >> $GITHUB_OUTPUT
5152
set -e
5253
working-directory: ${{ github.workspace }}
5354
- name: Push to ${{ github.ref }}

0 commit comments

Comments
 (0)