From 9d64ac2a6f11ddfad3a79232dd21605b4e5d135d Mon Sep 17 00:00:00 2001 From: huanghs Date: Tue, 1 Aug 2023 23:48:11 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/multiple.yml b/.gitea/workflows/multiple.yml index 78233eb..c0411a4 100644 --- a/.gitea/workflows/multiple.yml +++ b/.gitea/workflows/multiple.yml @@ -25,7 +25,8 @@ jobs: - name: Hash files id: get-hash uses: https://github.com/seepine/hash-files@v1 - patterns: '**/yarn.lock' + with: + patterns: '**/yarn.lock' - run: echo ${{ runner.os }}-yarn-${{ steps.get-hash.outputs.hash }}