Skip to content

Commit a56bc5f

Browse files
authored
Update actions.yml
1 parent a78986b commit a56bc5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install Dependency
5050
run: |
5151
sudo apt-get install -y xvfb wkhtmltopdf
52-
- name: Generate PDF
52+
- name: Generate PDF
5353
run: |
5454
xvfb-run wkhtmltopdf --enable-local-file-access "file:///${{ github.workspace }}/sbom.html" "${{ github.workspace }}/sbom.pdf"
5555
xvfb-run wkhtmltopdf --enable-local-file-access "file:///${{ github.workspace }}/sbomv.html" "${{ github.workspace }}/sbomv.pdf"

0 commit comments

Comments
 (0)