From 3412750798e8d60575e0708d70d4ccd539d5813e Mon Sep 17 00:00:00 2001 From: Jean-Marie RENOUARD Date: Wed, 22 Mar 2023 16:29:53 +0100 Subject: [PATCH] fix: Adding last fix on commit --- .github/workflows/update_cve_and_docs.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/update_cve_and_docs.yml b/.github/workflows/update_cve_and_docs.yml index ef40c53..10488df 100644 --- a/.github/workflows/update_cve_and_docs.yml +++ b/.github/workflows/update_cve_and_docs.yml @@ -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 \ No newline at end of file + 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 \ No newline at end of file