Update generate_cve_json.yml

This commit is contained in:
Marc 2024-05-27 03:55:36 +02:00 committed by GitHub
parent 16211e7e80
commit d0cdda86b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,8 +23,7 @@ jobs:
- name: Change directory to docs and run CVE JSON generator script - name: Change directory to docs and run CVE JSON generator script
run: | run: |
git branch -m main git checkout main
remote set-url origin git@github.com:0xMarcio/cve.git
cd docs cd docs
python generate_cve_list.py python generate_cve_list.py
@ -33,7 +32,7 @@ jobs:
cd .. cd ..
git config --global user.name '0xMarcio' git config --global user.name '0xMarcio'
git config --global user.email 'marc@codepwn.win' git config --global user.email 'marc@codepwn.win'
git add docs/CVE_list.json git add .
git commit -m 'Update CVE list JSON' git commit -m 'Update CVE list JSON'
git push git push
env: env: