# Declare the array to hold metadata strings for each blog
declare -a BLOG_META_STR_ARRAY
BLOG_META_STR_ARRAY=()
# Iterate over make_blog_array
for blog in "${make_blog_array[@]}"; do
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.