chore(repo): fix env inputs

This commit is contained in:
Victor Savkin 2022-06-27 12:01:26 -04:00
parent 28657607e2
commit adb02d2610
No known key found for this signature in database
GPG Key ID: 39178FEB7698B817

View File

@ -61,10 +61,10 @@
"^prod", "^prod",
"globals", "globals",
{ {
"env": "$SELECTED_CLI" "env": "SELECTED_CLI"
}, },
{ {
"env": "$NX_E2E_CI_CACHE_KEY" "env": "NX_E2E_CI_CACHE_KEY"
} }
] ]
} }