This commit is contained in:
parent
7c0166a5d3
commit
1e066714b2
@ -21,13 +21,16 @@ jobs:
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.20'
|
||||
-
|
||||
name: list workdir
|
||||
run: echo ${{ github.workspace }}
|
||||
-
|
||||
uses: https://gitea.com/actions/go-hashfiles@v0.0.1
|
||||
id: get-hash
|
||||
with:
|
||||
workdir: ${{ github.workspace }}
|
||||
patterns: |-
|
||||
**yarn.lock
|
||||
.next/*
|
||||
-
|
||||
name: Echo hash
|
||||
run: echo ${{ steps.get-hash.outputs.hash }} && echo ${{ steps.get-hash.outputs.matched-files }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user