Add tar/decompress/action.yaml

This commit is contained in:
Zakary Timson 2023-08-07 02:06:37 +00:00
parent 4ea71f8425
commit cd4c059eb5

View 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