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