Broken Pipe when resetting hosted database?

Haven't worked on a project in a while and today when I kick off GH actions which includes resetting a hosted instance of Supabase I get:
Error
Do you want to reset the remote database? [y/N] 
context canceled
yes: standard output: Broken pipe

Here is the GH action that triggers this:

      # Link remote instance
      - name: Link Supabase
        run: supabase link --project-ref myrefidgoeshere 

      # Reset Supabase
      - name: Reset Supabase
        run: yes | supabase db reset --linked


There's not much else logged, not sure what changed that's causing this?
Was this page helpful?