actions/tar/decompress/action.yaml

16 lines
254 B
YAML
Raw Normal View History

2023-08-06 22:06:37 -04:00
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