chore: fix skip cache typo in workflow (#2715)

This commit is contained in:
Radosław Szpiech 2023-01-24 16:59:53 +01:00 committed by GitHub
parent 415b902f53
commit f58144d785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ jobs:
# Checks if skip cache was requested
- name: Set skip-nx-cache flag
if: ${{ inputs.skip-cache == true }}
run: echo SKIP_CACHE="--skip-nx-cache" >> GITHUB_ENV
run: echo "SKIP_CACHE=--skip-nx-cache" >> $GITHUB_ENV
# Checkout front ends
- name: Checkout frontend mono repo