Update tar/compress/action.yaml
This commit is contained in:
parent
2b93956af3
commit
9c5cdc226b
@ -12,7 +12,7 @@ inputs:
|
|||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
container: alpine/git
|
container: alpine
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
tar -czvf archive.tar,gz $(find . -type f -name "${{ inputs.pattern }}" )
|
tar -czvf archive.tar,gz $(find . -type f -name "${{ inputs.pattern }}" )
|
||||||
|
Loading…
Reference in New Issue
Block a user