Update tar/compress/action.yaml

This commit is contained in:
Zakary Timson 2023-08-07 02:00:23 +00:00
parent b4f0871aa8
commit 2b93956af3

View File

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