Skip to content

Commit ae1499e

Browse files
author
Emre Dogan
committed
ddd
1 parent 22a43c6 commit ae1499e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-demo-envs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
deploy_sprint:
8181
needs: destroy_sprint
82-
if: ${{ github.event.inputs.deploy_live == false }}
82+
if: github.event.inputs.deploy_live == 'false'
8383
uses: ./.github/workflows/validation.yaml
8484
with:
8585
use_cases: ${{ github.event.inputs.use_cases_for_both }}
@@ -118,7 +118,7 @@ jobs:
118118

119119
deploy_live:
120120
needs: destroy_live
121-
if: github.event.inputs.deploy_live == true
121+
if: github.event.inputs.deploy_live == 'true'
122122
uses: ./.github/workflows/validation.yaml
123123
with:
124124
use_cases: ${{ github.event.inputs.use_cases_for_both }}

0 commit comments

Comments
 (0)