Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 472 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 472 Bytes

Libreoffice cli action

This is a preview version, it may not work as expected.

This action runs any command inside the libreoffice base image

Inputs

command

Required The command line to run. Default libreoffice --headless --invisible --version.

Usage

uses: jmservera/libreoffice-action@v0.2
with:
  # Required, the command to run
  command: libreoffice --headless --invisible --convert-to pdf 'originalfile.pptx' --outdir 'output'