Update tar/action.yaml
This commit is contained in:
parent
0cc916f70b
commit
937c87ceb8
@ -1,4 +1,4 @@
|
||||
name: Compress Files
|
||||
name: Tar
|
||||
desciption: Compress files into a gziped archive
|
||||
|
||||
inputs:
|
||||
@ -12,7 +12,8 @@ inputs:
|
||||
|
||||
runs:
|
||||
using: composite
|
||||
container: alpine
|
||||
steps:
|
||||
- run: |
|
||||
tar -czf "${{ inputs.out }}" ${{ inputs.pattern }}
|
||||
- uses: docker://alpine
|
||||
with:
|
||||
entrypoint: tar
|
||||
args: -czf "${{inputs.out}}" ${{inputs.pattern}}
|
Loading…
Reference in New Issue
Block a user