From d30243e1a6e3cb3b62d5369bdb5aa240c66297d8 Mon Sep 17 00:00:00 2001 From: GyDi Date: Fri, 24 Dec 2021 14:06:06 +0800 Subject: [PATCH] test: fix cache --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 59e2ce5..b445940 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,9 +21,9 @@ jobs: uses: actions-rs/toolchain@v1 with: toolchain: stable - - name: Get yarn cache dir path + - name: Get yarn cache directory path id: yarn-cache-dir-path - run: echo "::set-outpout name=dir::$(yarn cache dir)" + run: echo "::set-output name=dir::$(yarn cache dir)" - uses: actions/cache@v2 id: yarn-cache with: