This commit is contained in:
Jonathan Branan 2024-10-27 19:33:45 -05:00
parent 503f84fc7a
commit 92761dde15

View File

@ -26,11 +26,14 @@ jobs:
id: get-hash id: get-hash
with: with:
patterns: |- patterns: |-
./* **.jsx
**.tsx
- -
name: Echo hash name: Echo hash
run: echo ${{ steps.get-hash.outputs.hash }} run: echo ${{ steps.get-hash.outputs.hash }}
run: echo ${{ steps.get-hash.outputs.matched-files }}
# - # -
# name: Restore cache # name: Restore cache