From 8bb97c849a5a6910ee84ef4c5de9518e8984227d Mon Sep 17 00:00:00 2001 From: mthcht Date: Tue, 25 Jun 2024 23:09:29 +0200 Subject: [PATCH] Update loldriver.yml --- .github/workflows/loldriver.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/loldriver.yml b/.github/workflows/loldriver.yml index cf310de8c..7796f0841 100644 --- a/.github/workflows/loldriver.yml +++ b/.github/workflows/loldriver.yml @@ -34,11 +34,12 @@ jobs: - name: Move output files to correct directory (if necessary) run: | mv loldrivers_list.csv loldrivers_only_hashes_list.csv Lists/Drivers/ || echo "File not found in root." - + mv malicious_bootloaders_only_hashes_list.csv malicious_bootloaders_list.csv Lists/Drivers/ || echo "File not found in root." + - name: Commit and Push Changes run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git add Lists/Drivers/loldrivers_list.csv Lists/Drivers/loldrivers_only_hashes_list.csv + git add Lists/Drivers/loldrivers_list.csv Lists/Drivers/loldrivers_only_hashes_list.csv Lists/Drivers/malicious_bootloaders_list.csv Lists/Drivers/malicious_bootloaders_only_hashes_list.csv git commit -m "Update loldrivers list" --allow-empty git push