更新 .gitea/workflows/multiple.yml
All checks were successful
Gitea Actions Demo / Gitea-Actions (push) Successful in 17s
Gitea Actions Demo / setup (push) Successful in 43s
Gitea Actions Demo / test (push) Successful in 15s
Gitea Actions Demo / build (push) Successful in 21s

This commit is contained in:
huanghs 2023-08-02 00:21:40 +08:00
parent f84b38578d
commit bcf65342fb

View File

@ -20,7 +20,10 @@ jobs:
id: get-hash id: get-hash
uses: https://gitea.com/seepine/hash-files@v1 uses: https://gitea.com/seepine/hash-files@v1
with: with:
patterns: '**/yarn.lock' patterns: |
**/yarn.lock
package-lock.json
*lock.*
- run: echo "${{ steps.get-hash.outputs.hash }}" - run: echo "${{ steps.get-hash.outputs.hash }}"