Skip to content

Commit c5046d9

Browse files
authored
Update README.md
1 parent 459074b commit c5046d9

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
1-
# pptx-to-pdf
2-
A custom action to convert pptx files into pdf
1+
# Libreoffice cli action
2+
3+
This action runs any command inside the libreoffice base image
4+
5+
## Inputs
6+
7+
## `command`
8+
9+
**Required** The command line to run. Default `libreoffice --headless --invisible --version`.
10+
11+
## Usage
12+
13+
```yaml
14+
uses: actions/libreoffice-action@v1
15+
with:
16+
# Required, the command to run
17+
command: libreoffice --headless --invisible --convert-to pdf 'originalfile.pptx' --outdir 'output'
18+
```

0 commit comments

Comments
 (0)