From bcad811784fb09d282bb1a9a98dfc18f758fbd9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kh=E1=BA=A3i?= Date: Sat, 24 Jul 2021 08:25:23 +0700 Subject: [PATCH] Remove unused env from examples --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8f37d10..a426b56 100644 --- a/README.md +++ b/README.md @@ -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') }}