Skip to content

Commit a3a557e

Browse files
authored
Merge pull request #4 from jmenterprisedemo/main
Test with multiline script
2 parents 463489c + 3c4370e commit a3a557e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Test
22

33
# Controls when the workflow will run
44
on:
5-
push:
65
# Allows you to run this workflow manually from the Actions tab
76
workflow_dispatch:
87

@@ -13,9 +12,11 @@ jobs:
1312
steps:
1413
- uses: actions/checkout@v2
1514

16-
- uses: ./
15+
- uses: jmenterprisedemo/libreoffice-action@v0.2
1716
name: run-libreoffice
1817
id: libreoffice
1918
with:
2019
# Required, the command to run
21-
command: libreoffice --headless --invisible --convert-to pdf 'README.md' --outdir 'output'
20+
command: |
21+
libreoffice --headless --invisible --convert-to pdf 'README.md' --outdir 'output'
22+
libreoffice --headless --invisible --convert-to png 'README.md' --outdir 'output'

0 commit comments

Comments
 (0)