From 3d5f8c3f122db2c5a647e5db2fe126244f4179ec Mon Sep 17 00:00:00 2001 From: huanghs Date: Tue, 1 Aug 2023 23:49:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/multiple.?= =?UTF-8?q?yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/multiple.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/multiple.yml b/.gitea/workflows/multiple.yml index c0411a4..07addbb 100644 --- a/.gitea/workflows/multiple.yml +++ b/.gitea/workflows/multiple.yml @@ -28,7 +28,9 @@ jobs: with: patterns: '**/yarn.lock' - - run: echo ${{ runner.os }}-yarn-${{ steps.get-hash.outputs.hash }} + - run: echo ${{ steps.get-hash.outputs.hash }} + + - run: echo ${{ runner.os }} - name: Cache node modules uses: actions/cache@v3