mirror of
https://github.com/0xMarcio/cve.git
synced 2025-06-19 17:30:12 +00:00
Update generate_cve_json.yml
This commit is contained in:
parent
d0cdda86b4
commit
487cb5b1c5
4
.github/workflows/generate_cve_json.yml
vendored
4
.github/workflows/generate_cve_json.yml
vendored
@ -29,11 +29,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Commit and push changes
|
- name: Commit and push changes
|
||||||
run: |
|
run: |
|
||||||
cd ..
|
cd /home/runner/work/cve/cve
|
||||||
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 .
|
git add .
|
||||||
git commit -m 'Update CVE list JSON'
|
git commit -m 'Update CVE list JSON'
|
||||||
git push
|
git push origin main
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user