mirror of
https://github.com/supabase/supabase.git
synced 2026-06-20 18:26:00 +08:00
Don't know why I was using string interpolation instead of GraphQL variables for the GitHub API calls, leading to all kinds of escaping problems. Changed to using GraphQL variables properly.