Skip to content

Commit 9ee5aee

Browse files
authored
chore(scripts): update post-screenshots repo name to block/buzz (#1042)
1 parent b2ad307 commit 9ee5aee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/post-screenshots.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fi
1717

1818
GH_USER=$(gh api user --jq .login)
1919
BRANCH="agent-screenshots/${GH_USER}"
20-
REPO="block/sprout"
20+
REPO="block/buzz"
2121

2222
mapfile -t PNGS < <(find "$PNG_DIR" -maxdepth 1 -name "*.png" -type f | sort)
2323
if [[ ${#PNGS[@]} -eq 0 ]]; then

0 commit comments

Comments
 (0)