Update tar/compress/action.yaml

This commit is contained in:
Zakary Timson 2023-08-07 02:00:41 +00:00
parent 2b93956af3
commit 9c5cdc226b

View File

@ -12,7 +12,7 @@ inputs:
runs:
using: composite
container: alpine/git
container: alpine
steps:
- run: |
tar -czvf archive.tar,gz $(find . -type f -name "${{ inputs.pattern }}" )