d
All checks were successful
Build and Deploy docker container / build (push) Successful in 31s

This commit is contained in:
Jonathan Branan 2024-10-27 19:46:04 -05:00
parent 7c0166a5d3
commit 1e066714b2

View File

@ -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 }}