更新 .gitea/workflows/multiple.yml
This commit is contained in:
parent
f84b38578d
commit
bcf65342fb
@ -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 }}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user