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 e3cc660 commit 176a0f0Copy full SHA for 176a0f0
.github/workflows/wc-document-generation.yml
@@ -13,15 +13,14 @@ jobs:
13
steps:
14
- uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
15
with:
16
- disable-sudo-and-containers: true
17
egress-policy: audit
18
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
20
persist-credentials: false
21
- name: Install dependencies
22
run: |
23
set -Eeuo pipefail
24
- apt-get install --update --no-install-recommends -y pandoc plantuml texlive texlive-fonts-recommended
+ sudo apt-get install --update --no-install-recommends -y pandoc plantuml texlive texlive-fonts-recommended
25
python -m pip install gherkin-official pytm sbdl
26
- name: Generate requirements document
27
0 commit comments