Skip to content

Commit

Permalink
fix: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
joydeep049 authored Mar 11, 2024
1 parent 706196e commit 5fe48ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checkers-action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: checkers-action
name: Checkers-Action

on:
push:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
path: cache
key: Linux-cve-bin-tool-${{ steps.get-date.outputs.yesterday }}

- name: Install pdftotext, reportlab and cve-bin-tool
- name: Install cve-bin-tool
if: env.sbom != 'true'
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 5fe48ab

Please sign in to comment.