mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-04-24 15:07:48 -05:00
the suggested changes
This commit is contained in:
parent
5dd5d37680
commit
fd65e743cc
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Checkout output branch
|
||||
if: env.DEPLOY
|
||||
if: env.DEPLOY == 'true'
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: files
|
||||
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
run: python3 -m magic_spoiler
|
||||
|
||||
- name: Deploy changes
|
||||
if: env.DEPLOY && steps.run.outputs.deploy != null
|
||||
if: env.DEPLOY == 'true' && steps.run.outputs.deploy != null
|
||||
shell: bash
|
||||
working-directory: ${{env.OUTPUT_PATH}}
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user