Skip to content

Commit

Permalink
Fix missing push in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkiros committed Oct 19, 2024
1 parent 43a65b3 commit 1261d21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/retrieve_cve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: |
git config --global user.name "github-actions"
git config --global user.email "[email protected]"
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
Expand Down

0 comments on commit 1261d21

Please sign in to comment.