From 701057d7ad34410a2dac21f4a15401b9c66275bf Mon Sep 17 00:00:00 2001 From: Jean-Marie RENOUARD Date: Wed, 22 Mar 2023 16:24:49 +0100 Subject: [PATCH] fix: Adding last fix --- .github/workflows/update_cve_and_docs.yml | 1 + build/updateStaff.sh | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) 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'