mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-03-21 17:54:59 -05:00
correctly check output
true != 'true'
This commit is contained in:
parent
91a615f77d
commit
9481e5ff24
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user