We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent befe907 commit ed3da3fCopy full SHA for ed3da3f
.github/workflows/format-cs-files.yml
@@ -53,7 +53,10 @@ jobs:
53
- name: Push to ${{ github.ref }}
54
# if: ${{ steps.git.outputs.has-changes == '1' }}
55
run: |
56
+ echo ${{ steps.git.outputs.has-changes }}
57
+ echo ${{ fromJSON(steps.git.outputs.has-changes) }}
58
echo ${{ steps.git.outputs.has-changes == '1' }}
59
+ echo ${{ fromJSON(steps.git.outputs.has-changes) == 1 }}
60
git add .
61
git config user.name "$(git log -n 1 --pretty=format:%an)"
62
git config user.email "$(git log -n 1 --pretty=format:%ae)"
0 commit comments