chore(scripts): update post-screenshots repo name to block/buzz (#1042)

This commit is contained in:
Will Pfleger
2026-06-14 19:40:09 -04:00
committed by GitHub
parent b2ad3074ba
commit 9ee5aeebd9
+1 -1
View File
@@ -17,7 +17,7 @@ fi
GH_USER=$(gh api user --jq .login)
BRANCH="agent-screenshots/${GH_USER}"
REPO="block/sprout"
REPO="block/buzz"
mapfile -t PNGS < <(find "$PNG_DIR" -maxdepth 1 -name "*.png" -type f | sort)
if [[ ${#PNGS[@]} -eq 0 ]]; then