removed unused option

patch-10
sandeep 2023-06-04 00:21:46 +05:30
parent 2d2ffe13ec
commit 18d4ca54fd
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
- name: Generate CVE Annotations - name: Generate CVE Annotations
id: cve-annotate id: cve-annotate
run: | run: |
cve-annotate -i . -d . cve-annotate -i .
git status -s | wc -l | xargs -I {} echo CHANGES={} >> $GITHUB_OUTPUT git status -s | wc -l | xargs -I {} echo CHANGES={} >> $GITHUB_OUTPUT
- name: Commit files - name: Commit files