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
with:
patterns: |-
./*
**.jsx
**.tsx
-
name: Echo hash
run: echo ${{ steps.get-hash.outputs.hash }}
run: echo ${{ steps.get-hash.outputs.matched-files }}
# -
# name: Restore cache