fix: update git add pathspec in videos workflow to stage v2-docs/videos/ directory

This commit is contained in:
Nubenetes Bot
2026-05-28 16:01:03 +02:00
parent e7e588bed0
commit 37a03b4f23
+1 -1
View File
@@ -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