From 5385d76d11a03e4345d0da45aef66ac888abf580 Mon Sep 17 00:00:00 2001 From: dal Date: Tue, 29 Apr 2025 09:00:12 -0700 Subject: [PATCH] Update .github/actions/stop-supabase/action.yml Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- .github/actions/stop-supabase/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/stop-supabase/action.yml b/.github/actions/stop-supabase/action.yml index 5119bcdc8..6888c5a03 100644 --- a/.github/actions/stop-supabase/action.yml +++ b/.github/actions/stop-supabase/action.yml @@ -6,4 +6,4 @@ runs: steps: - name: Stop Supabase instance shell: bash - run: supabase stop \ No newline at end of file + run: supabase stop --no-backup \ No newline at end of file