From 37a03b4f23b8312ade7d09e17783a4458b92e1b7 Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Thu, 28 May 2026 16:00:35 +0200 Subject: [PATCH] fix: update git add pathspec in videos workflow to stage v2-docs/videos/ directory --- .github/workflows/03.3.agentic_v2_videos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/03.3.agentic_v2_videos.yml b/.github/workflows/03.3.agentic_v2_videos.yml index 2c3c3903..7b688cc9 100644 --- a/.github/workflows/03.3.agentic_v2_videos.yml +++ b/.github/workflows/03.3.agentic_v2_videos.yml @@ -78,7 +78,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.md + git add data/inventory.yaml v2-docs/videos/ if git diff --staged --quiet; then echo "No automated changes to commit." else