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 2f39967 commit 29be7ee
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/adaway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ jobs:
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add adaway.yaml
git commit -m "Update adaway.yaml [skip ci]"
git push
# Check if there are any changes to commit
if git diff --quiet; then
echo "No changes to commit."
else
git add adaway.yaml
git commit -m "Update adaway.yaml [skip ci]"
git push
fi

0 comments on commit 29be7ee

Please sign in to comment.