removed unused option
parent
2d2ffe13ec
commit
18d4ca54fd
|
@ -27,7 +27,7 @@ jobs:
|
|||
- name: Generate CVE Annotations
|
||||
id: cve-annotate
|
||||
run: |
|
||||
cve-annotate -i . -d .
|
||||
cve-annotate -i .
|
||||
git status -s | wc -l | xargs -I {} echo CHANGES={} >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Commit files
|
||||
|
|
Loading…
Reference in New Issue