fix root path
This commit is contained in:
parent
434a62f49d
commit
2021278931
3
.github/workflows/daily-axfr.yml
vendored
3
.github/workflows/daily-axfr.yml
vendored
@ -44,9 +44,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Commit and push changes
|
- name: Commit and push changes
|
||||||
run: |
|
run: |
|
||||||
# Stage both directories
|
# Stage only the axfrout directory (which includes root/)
|
||||||
git add axfrout/
|
git add axfrout/
|
||||||
git add root/
|
|
||||||
|
|
||||||
# Only commit if there are changes
|
# Only commit if there are changes
|
||||||
if git diff --staged --quiet; then
|
if git diff --staged --quiet; then
|
||||||
|
Loading…
Reference in New Issue
Block a user