We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ad307 commit 9ee5aeeCopy full SHA for 9ee5aee
1 file changed
scripts/post-screenshots.sh
@@ -17,7 +17,7 @@ fi
17
18
GH_USER=$(gh api user --jq .login)
19
BRANCH="agent-screenshots/${GH_USER}"
20
-REPO="block/sprout"
+REPO="block/buzz"
21
22
mapfile -t PNGS < <(find "$PNG_DIR" -maxdepth 1 -name "*.png" -type f | sort)
23
if [[ ${#PNGS[@]} -eq 0 ]]; then
0 commit comments