fix: Adding last fix on commit
This commit is contained in:
parent
701057d7ad
commit
3412750798
1 changed files with 5 additions and 5 deletions
10
.github/workflows/update_cve_and_docs.yml
vendored
10
.github/workflows/update_cve_and_docs.yml
vendored
|
@ -38,8 +38,8 @@ jobs:
|
|||
- name: Commit CVE result to repo
|
||||
run: |
|
||||
pwd
|
||||
git config --global user.name "Jean-Marie Renouard"
|
||||
git config --global user.email "jmrenouard@gmail.com"
|
||||
git add .
|
||||
git commit -m "Updates CVE and docs (via Actions) - $(date +'%Y-%m-%d')"
|
||||
git push
|
||||
sudo git config --global user.name "Jean-Marie Renouard"
|
||||
sudo git config --global user.email "jmrenouard@gmail.com"
|
||||
sudo git add ./vulnerabilities.csv ./mysqltuner.pl ./USAGE.md
|
||||
sudo git commit -m "Updates CVE and docs (via Actions) - $(date +'%Y-%m-%d')"
|
||||
sudo git push
|
Loading…
Reference in a new issue