Skip to content

Commit

Permalink
fix curl
Browse files Browse the repository at this point in the history
  • Loading branch information
gvoze32 committed Feb 27, 2022
1 parent 49a01ee commit 2e2a3a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/hostsoneline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
- name: Get one line hosts data from source
run: |
cd releases
curl -s https://sekedus.github.io/project/bebasid-adaway/hosts.txt
mv hosts.txt hostsoneline
curl -o hostsoneline https://sekedus.github.io/project/bebasid-adaway/hosts.txt
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit 2e2a3a6

Please sign in to comment.