Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek committed Oct 16, 2023
1 parent 8a2d7c6 commit 65773a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/download-blocklists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
git add .
if [ -n "$(git status -s)" ]; then
git status
git commit -m "Download blocklists and generate new files"
git commit -m "Download blocklists and update files"
git push
else
echo "No changes to commit"
Expand Down

0 comments on commit 65773a4

Please sign in to comment.