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 a86b8c2 commit 01b518a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/loldriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:

- name: Move output files to correct directory (if necessary)
run: |
mv loldrivers_list.csv Lists/Drivers/ || echo "File not found in root."
mv loldrivers_list.csv loldrivers_only_hashes_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
git add Lists/Drivers/loldrivers_list.csv Lists/Drivers/loldrivers_only_hashes_list.csv
git commit -m "Update loldrivers list" --allow-empty
git push

0 comments on commit 01b518a

Please sign in to comment.