Skip to content

Commit ded20c0

Browse files
author
Petr Sramek
committed
revert to fromJSON
1 parent 747ce9d commit ded20c0

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: ${{ steps.validate.outputs.has-changes }}
54+
if: ${{ fromJSON(steps.validate.outputs.has-changes) }}
5555
run: |
5656
echo ${{ steps.validate.outputs.has-changes }}
5757
echo ${{ fromJSON(steps.validate.outputs.has-changes) }}

0 commit comments

Comments
 (0)