Skip to content

Commit

Permalink
Update adaway.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hillz2 authored Jan 4, 2025
1 parent 7502d78 commit 2f39967
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/adaway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ jobs:
# Step 4: Run the transformation script
- name: Run transformation script
run: ./transform_hosts.sh
run: |
./transform_hosts.sh
rm -fr transform_hosts.sh hosts.txt
# Step 5: Commit and push the processed file
- name: Commit and push changes
Expand Down

0 comments on commit 2f39967

Please sign in to comment.