Remove unused env from examples

This commit is contained in:
Khải 2021-07-24 08:25:23 +07:00 committed by GitHub
parent 602b36f177
commit bcad811784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,8 +100,6 @@ jobs:
- name: Cache pnpm modules
uses: actions/cache@v2
env:
cache-name: cache-pnpm-modules
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}