chore: env setup fixed (#1567)

This commit is contained in:
Radosław Szpiech 2022-09-30 11:02:55 +02:00 committed by GitHub
parent 5600c56da1
commit ab0065bd9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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