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
|
desciption: Compress files into a gziped archive
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
@ -12,7 +12,8 @@ inputs:
|
|||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
container: alpine
|
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- uses: docker://alpine
|
||||||
tar -czf "${{ inputs.out }}" ${{ inputs.pattern }}
|
with:
|
||||||
|
entrypoint: tar
|
||||||
|
args: -czf "${{inputs.out}}" ${{inputs.pattern}}
|
Loading…
Reference in New Issue
Block a user