mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-08-18 03:46:27 +00:00
fix: update git add pathspec in videos workflow to stage v2-docs/videos/ directory
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user