actions/tar/decompress/action.yaml

16 lines
254 B
YAML
Raw Normal View History

2023-08-07 02:06:37 +00: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