fix indention

This commit is contained in:
Dennis Eichhorn 2020-06-05 17:22:02 +02:00 committed by GitHub
parent ec54871542
commit 8463024c0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,8 @@ jobs:
- name: Compile CSS
run: node-sass styles.scss styles.css
- name: Check for modified files
id: git-check
run: echo ::set-output name=modified::$(if git diff-index --quiet HEAD --; then echo "false"; else echo "true"; fi)
id: git-check
run: echo ::set-output name=modified::$(if git diff-index --quiet HEAD --; then echo "false"; else echo "true"; fi)
- name: Push changes
if: steps.git-check.outputs.modified == 'true'
run: |