更新 .gitea/workflows/multiple.yml
Some checks failed
Gitea Actions Demo / setup (push) Failing after 13s
Gitea Actions Demo / test (push) Has been skipped
Gitea Actions Demo / build (push) Has been skipped
Gitea Actions Demo / Gitea-Actions (push) Successful in 23s

This commit is contained in:
huanghs 2023-08-01 23:48:11 +08:00
parent 9ed97b1898
commit 9d64ac2a6f

View File

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