Skip to content

Commit

Permalink
fix root path
Browse files Browse the repository at this point in the history
  • Loading branch information
acidvegas committed Nov 30, 2024
1 parent 434a62f commit 2021278
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/daily-axfr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2021278

Please sign in to comment.