We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad46cd0 + 670765d commit d283a13Copy full SHA for d283a13
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
run: |
15
make
16
mkdir -p Test
17
- curl -s https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.txt | ./hostsblock > ./Test/hosts
+ curl -s https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.txt | ./hostsblock - > ./Test/hosts
18
sudo rm hostsblock
19
env:
20
key: ${{ secrets.key }} # if run.py requires passwords..etc, set it as secrets
0 commit comments