Skip to content

Commit ed3da3f

Browse files
author
Petr Sramek
committed
and now?
1 parent befe907 commit ed3da3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ jobs:
5353
- name: Push to ${{ github.ref }}
5454
# if: ${{ steps.git.outputs.has-changes == '1' }}
5555
run: |
56+
echo ${{ steps.git.outputs.has-changes }}
57+
echo ${{ fromJSON(steps.git.outputs.has-changes) }}
5658
echo ${{ steps.git.outputs.has-changes == '1' }}
59+
echo ${{ fromJSON(steps.git.outputs.has-changes) == 1 }}
5760
git add .
5861
git config user.name "$(git log -n 1 --pretty=format:%an)"
5962
git config user.email "$(git log -n 1 --pretty=format:%ae)"

0 commit comments

Comments
 (0)