diff --git a/.github/workflows/update_cve_and_docs.yml b/.github/workflows/update_cve_and_docs.yml index c5ce141..ef40c53 100644 --- a/.github/workflows/update_cve_and_docs.yml +++ b/.github/workflows/update_cve_and_docs.yml @@ -37,6 +37,7 @@ jobs: # Runs a single command using the runners shell - 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 . diff --git a/build/updateStaff.sh b/build/updateStaff.sh index 4dd4761..26cac01 100644 --- a/build/updateStaff.sh +++ b/build/updateStaff.sh @@ -10,6 +10,6 @@ echo "* Update CVE list" perl updateCVElist.pl dos2unix ../mysqltuner.pl git add ../vulnerabilities.csv ../mysqltuner.pl ../USAGE.md -git commit -m 'Update Vulnerabilities list -Indenting mysqltuner -Update Usage information' +#git commit -m 'Update Vulnerabilities list +#Indenting mysqltuner +#Update Usage information'