diff --git a/.github/workflows/03.1.agentic_v2_metadata.yml b/.github/workflows/03.1.agentic_v2_metadata.yml index 0f8bf471..c57a3c96 100644 --- a/.github/workflows/03.1.agentic_v2_metadata.yml +++ b/.github/workflows/03.1.agentic_v2_metadata.yml @@ -61,9 +61,9 @@ jobs: run: | git config --global user.name "Nubenetes Bot" git config --global user.email "bot@nubenetes.com" - git add data/inventory.yaml + git add data/inventory.yaml data/inventory.sql if git diff --staged --quiet; then - echo "No changes in inventory.yaml to commit." + echo "No changes in inventory to commit." else git commit -m "chore: update inventory stars and licenses [skip ci]" git pull origin develop --rebase diff --git a/.github/workflows/03.2.agentic_v2_ai.yml b/.github/workflows/03.2.agentic_v2_ai.yml index 2fd2f483..368cb70c 100644 --- a/.github/workflows/03.2.agentic_v2_ai.yml +++ b/.github/workflows/03.2.agentic_v2_ai.yml @@ -75,7 +75,7 @@ jobs: run: | git config --global user.name "Nubenetes Bot" git config --global user.email "bot@nubenetes.com" - git add data/inventory.yaml + git add data/inventory.yaml data/inventory.sql if git diff --staged --quiet; then echo "No changes in AI analysis to commit." else diff --git a/.github/workflows/03.3.agentic_v2_videos.yml b/.github/workflows/03.3.agentic_v2_videos.yml index c59642f0..7b71d24a 100644 --- a/.github/workflows/03.3.agentic_v2_videos.yml +++ b/.github/workflows/03.3.agentic_v2_videos.yml @@ -85,7 +85,7 @@ jobs: run: | git config --global user.name "Nubenetes Bot" git config --global user.email "bot@nubenetes.com" - git add data/inventory.yaml v2-docs/videos/ + git add data/inventory.yaml data/inventory.sql v2-docs/videos/ if git diff --staged --quiet; then echo "No automated changes to commit." else diff --git a/.github/workflows/07.1.pr_guardian.yml b/.github/workflows/07.1.pr_guardian.yml index 5ff0eee3..bdad0bd7 100644 --- a/.github/workflows/07.1.pr_guardian.yml +++ b/.github/workflows/07.1.pr_guardian.yml @@ -49,7 +49,7 @@ jobs: run: | git config --global user.name "nubenetes-bot" git config --global user.email "bot@nubenetes.com" - git add docs/ v2-docs/ README.md data/inventory.yaml src/memory/ + git add docs/ v2-docs/ README.md data/inventory.yaml data/inventory.sql src/memory/ if ! git diff --cached --quiet; then git commit -m "style(cleaner): auto-correcting formatting & URL normalization" git push origin HEAD:${{ github.event.pull_request.head.ref }} || echo "⚠️ Push failed (likely fork permission limit)."