We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f4768 commit 9c37fe1Copy full SHA for 9c37fe1
.github/workflows/wc-document-generation.yml
@@ -28,7 +28,8 @@ jobs:
28
python docs/support/gherkin-to-csv.py test/cpp/features/*.feature
29
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
30
- uses: docker://pandoc/latex:3.7@sha256:ea5a6702bd47aea68dc1da18ff7e9891a76097d10ae88ea03d343113114dcbbe
31
- args: --output requirements.pdf requirements.md
+ with:
32
+ args: --output requirements.pdf requirements.md
33
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
34
if: always()
35
with:
0 commit comments