We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a557e commit 9f88985Copy full SHA for 9f88985
1 file changed
README.md
@@ -13,7 +13,7 @@ This action runs any command inside the libreoffice base image
13
## Usage
14
15
```yaml
16
-uses: actions/libreoffice-action@v1
+uses: jmservera/libreoffice-action@v0.2
17
with:
18
# Required, the command to run
19
command: libreoffice --headless --invisible --convert-to pdf 'originalfile.pptx' --outdir 'output'
0 commit comments