correctly check output

true != 'true'
This commit is contained in:
ebbit1q 2020-12-04 03:09:55 +01:00
parent 91a615f77d
commit 9481e5ff24

View File

@ -53,7 +53,7 @@ jobs:
run: python3 -m magic_spoiler
- name: Deploy
if: env.DEPLOY && steps.run.outputs.deploy == true
if: env.DEPLOY && steps.run.outputs.deploy != null
shell: bash
working-directory: ${{env.OUTPUT_PATH}}
run: |