mdaxfr

- Mass DNS AXFR
git clone git://git.acid.vegas/mdaxfr.git
Log | Files | Refs | Archive | README | LICENSE

commit 2021278931b7e2e1ea6704e066fb9d578205ff09
parent 434a62f49dc3bbb4fea1de5c698a26b68408c07b
Author: acidvegas <acid.vegas@acid.vegas>
Date: Sat, 30 Nov 2024 02:11:34 -0500

fix root path

Diffstat:
M.github/workflows/daily-axfr.yml | 3+--

1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 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