Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arfoux authored Aug 25, 2024
1 parent 5ff8610 commit 1af4e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- name: Download AdBlock lists
run: |
echo "Downloading big adblock list..."
curl -s 'https://big.oisd.nl/domainswild' -o big.txt
curl -s 'https://big.oisd.nl/domainswild' -o oisd_big_domainswild.txt
echo "Downloading small adblock list..."
curl -s 'https://small.oisd.nl/domainswild' -o small.txt
curl -s 'https://small.oisd.nl/domainswild' -o oisd_small_domainswild.txt
git diff
rm -fr oisd_big.yamle
- uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 1af4e47

Please sign in to comment.