We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a454e2d commit b5c0a49Copy full SHA for b5c0a49
.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