更新 .gitea/workflows/multiple.yml
Some checks failed
Gitea Actions Demo / Gitea-Actions (push) Successful in 20s
Gitea Actions Demo / build (push) Failing after 21s
Gitea Actions Demo / test (push) Failing after 23s
Gitea Actions Demo / setup (push) Failing after 30s

This commit is contained in:
huanghs 2023-08-01 23:39:18 +08:00
parent b8d124bcd4
commit 9ed97b1898

View File

@ -24,7 +24,7 @@ jobs:
- name: Hash files
id: get-hash
uses: https://github.com/seepine/hash-files@1
uses: https://github.com/seepine/hash-files@v1
patterns: '**/yarn.lock'
- run: echo ${{ runner.os }}-yarn-${{ steps.get-hash.outputs.hash }}