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

This commit is contained in:
huanghs 2023-08-01 21:28:34 +08:00
parent 4cd6dc6e87
commit 72a3a7e33d

View File

@ -24,7 +24,7 @@ jobs:
- name: Hash files
id: get-hash
uses: https://gitea.com/actions/go-hashfiles
uses: https://gitea.com/actions/go-hashfiles@v0.0.1
patterns: '**/yarn.lock'
- run: echo ${{ runner.os }}-yarn-${{ steps.get-hash.outputs.hash }}