From 9481e5ff243071ea89a26bdbf6a4cc165241048b Mon Sep 17 00:00:00 2001 From: ebbit1q Date: Fri, 4 Dec 2020 03:09:55 +0100 Subject: [PATCH] correctly check output true != 'true' --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 59c61410..a5e49649 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: |