From ab0065bd9a266099c0d5492b3fa8a574fdd1df0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Szpiech?= <szpiechrados@gmail.com> Date: Fri, 30 Sep 2022 11:02:55 +0200 Subject: [PATCH] chore: env setup fixed (#1567) --- .github/workflows/capsule-cypress-manual-trigger.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/capsule-cypress-manual-trigger.yml b/.github/workflows/capsule-cypress-manual-trigger.yml index 63f09d477..27e0485ca 100644 --- a/.github/workflows/capsule-cypress-manual-trigger.yml +++ b/.github/workflows/capsule-cypress-manual-trigger.yml @@ -40,11 +40,11 @@ jobs: ####### - name: Set smoke tag - if: ${{ github.event.inputs.smokeOnly==true }} + if: ${{ github.event.inputs.smokeOnly == 'true' }} run: echo TAGS="--env.grepTags @smoke" >> $GITHUB_ENV - name: Set --skip-nx-cache flag - if: ${{ github.event.inputs.skip-nx-cache==true }} + if: ${{ github.event.inputs.skip-nx-cache == 'true' }} run: echo SKIP_NX_CACHE="--skip-nx-cache" >> $GITHUB_ENV # See if we capsule is needed for this project