Add tar/decompress/action.yaml
This commit is contained in:
parent
4ea71f8425
commit
cd4c059eb5
15
tar/decompress/action.yaml
Normal file
15
tar/decompress/action.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
name: Deompress Files
|
||||
desciption: Deompress files from a gziped archive
|
||||
|
||||
inputs:
|
||||
file:
|
||||
requried: false
|
||||
type: string
|
||||
default: archive.tar.gz
|
||||
|
||||
runs:
|
||||
using: composite
|
||||
container: alpine
|
||||
steps:
|
||||
- run: |
|
||||
tar -xzf archive.tar,gz
|
Loading…
Reference in New Issue
Block a user