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 }}