Skip to content

Commit

Permalink
Update loldriver.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mthcht authored Jun 25, 2024
1 parent 750a2ed commit 8bb97c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/loldriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
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

0 comments on commit 8bb97c8

Please sign in to comment.