Skip to content

Commit 9c37fe1

Browse files
committed
chore: correct workflow syntax
1 parent c4f4768 commit 9c37fe1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wc-document-generation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
python docs/support/gherkin-to-csv.py test/cpp/features/*.feature
2929
python -m csv-to-sbdl --identifier 0 --description 1 --skipheader rules.csv -o - | sbdl -m template-fill --template docs/templates/requirements.template.md output.sbdl > requirements.md
3030
- uses: docker://pandoc/latex:3.7@sha256:ea5a6702bd47aea68dc1da18ff7e9891a76097d10ae88ea03d343113114dcbbe
31-
args: --output requirements.pdf requirements.md
31+
with:
32+
args: --output requirements.pdf requirements.md
3233
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3334
if: always()
3435
with:

0 commit comments

Comments
 (0)