We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 463489c + 3c4370e commit a3a557eCopy full SHA for a3a557e
1 file changed
.github/workflows/main.yml
@@ -2,7 +2,6 @@ name: Test
2
3
# Controls when the workflow will run
4
on:
5
- push:
6
# Allows you to run this workflow manually from the Actions tab
7
workflow_dispatch:
8
@@ -13,9 +12,11 @@ jobs:
13
12
steps:
14
- uses: actions/checkout@v2
15
16
- - uses: ./
+ - uses: jmenterprisedemo/libreoffice-action@v0.2
17
name: run-libreoffice
18
id: libreoffice
19
with:
20
# Required, the command to run
21
- command: libreoffice --headless --invisible --convert-to pdf 'README.md' --outdir 'output'
+ command: |
+ libreoffice --headless --invisible --convert-to pdf 'README.md' --outdir 'output'
22
+ libreoffice --headless --invisible --convert-to png 'README.md' --outdir 'output'
0 commit comments