Skip to content

Commit 186a209

Browse files
author
Petr Sramek
committed
lsafjda
1 parent ae9c83d commit 186a209

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
@@ -51,7 +51,7 @@ jobs:
5151
set -e
5252
working-directory: ${{ github.workspace }}
5353
- name: Push to ${{ github.ref }}
54-
if: ${{ fromJSON(steps.git.outputs.has-changes) == '1' }}
54+
if: ${{ steps.git.outputs.has-changes == '1' }}
5555
run: |
5656
git add .
5757
git config user.name "$(git log -n 1 --pretty=format:%an)"

0 commit comments

Comments
 (0)