From 17be2dbf7aefda3a5028048d31eb712c2ac6c9c9 Mon Sep 17 00:00:00 2001 From: Marc Date: Mon, 27 May 2024 15:51:05 +0200 Subject: [PATCH] Update generate_cve_json.yml --- .github/workflows/generate_cve_json.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate_cve_json.yml b/.github/workflows/generate_cve_json.yml index 2bd717a1d8..cb20618eb8 100644 --- a/.github/workflows/generate_cve_json.yml +++ b/.github/workflows/generate_cve_json.yml @@ -31,7 +31,7 @@ jobs: git config --global user.email 'marc@codepwn.win' git remote set-url origin https://github-actions[bot]:$GITHUB_TOKEN@github.com/0xMarcio/cve.git git add . - git commit -m "Update CVE list `date +"%Y-%m-%d %H:%M:%S"`" + git commit -m "Update CVE list `date +'%Y-%m-%d %H:%M'`" git push origin main env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}