diff --git a/.github/workflows/daily-axfr.yml b/.github/workflows/daily-axfr.yml index 21afbef..b57366e 100644 --- a/.github/workflows/daily-axfr.yml +++ b/.github/workflows/daily-axfr.yml @@ -44,9 +44,8 @@ jobs: - name: Commit and push changes run: | - # Stage both directories + # Stage only the axfrout directory (which includes root/) git add axfrout/ - git add root/ # Only commit if there are changes if git diff --staged --quiet; then