From 1261d216e9ff5eaec67528f901563e9315cc775d Mon Sep 17 00:00:00 2001 From: Darkiros Date: Sat, 19 Oct 2024 14:57:17 +0200 Subject: [PATCH] Fix missing push in github actions --- .github/workflows/retrieve_cve.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/retrieve_cve.yaml b/.github/workflows/retrieve_cve.yaml index 06ecb91..0df7002 100644 --- a/.github/workflows/retrieve_cve.yaml +++ b/.github/workflows/retrieve_cve.yaml @@ -32,6 +32,7 @@ jobs: run: | git config --global user.name "github-actions" git config --global user.email "githu-actions@users.noreply.github.com" + git diff --quiet && git diff --staged --quiet || git add lastUpdate.txt git diff --quiet && git diff --staged --quiet || git add results/new_cves.jsonl git diff --staged --quiet || git commit -m "Retrieve new CVEs" git push