From 3275b1a3b9736d2feb34f38ecf053ac10ca1d0ce Mon Sep 17 00:00:00 2001 From: npub16v54tttfqacx9ycvc3k0ut0npj564ahcuajzy6qjvh57ntmsf4uq4806j2 Date: Sun, 14 Jun 2026 12:02:19 -0400 Subject: [PATCH] chore(scripts): update post-screenshots repo name to block/buzz The repo was renamed from block/sprout to block/buzz in #1012; the hardcoded REPO constant still pointed at the old name, feeding both the raw image URL and the gh pr comment call. Co-authored-by: Will Pfleger Signed-off-by: Will Pfleger --- 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