From 9ee5aeebd912940fc09ed9707ff716b63bc28409 Mon Sep 17 00:00:00 2001 From: Will Pfleger Date: Sun, 14 Jun 2026 19:40:09 -0400 Subject: [PATCH] chore(scripts): update post-screenshots repo name to block/buzz (#1042) --- scripts/post-screenshots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/post-screenshots.sh b/scripts/post-screenshots.sh index 153af143c..20517ce8d 100755 --- a/scripts/post-screenshots.sh +++ b/scripts/post-screenshots.sh @@ -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