chore: fix skip cache typo in workflow (#2715)
This commit is contained in:
parent
415b902f53
commit
f58144d785
2
.github/workflows/cypress-run.yml
vendored
2
.github/workflows/cypress-run.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
# Checks if skip cache was requested
|
# Checks if skip cache was requested
|
||||||
- name: Set skip-nx-cache flag
|
- name: Set skip-nx-cache flag
|
||||||
if: ${{ inputs.skip-cache == true }}
|
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
|
# Checkout front ends
|
||||||
- name: Checkout frontend mono repo
|
- name: Checkout frontend mono repo
|
||||||
|
Loading…
Reference in New Issue
Block a user