This commit is contained in:
		@@ -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 }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user