Skip to content

Commit 322aa07

Browse files
committed
wip to improve waiting for frontend app deployment to conclude
1 parent 35d6c50 commit 322aa07

File tree

5 files changed

+165
-135
lines changed

5 files changed

+165
-135
lines changed

action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ inputs:
6666
required: false
6767
default: ''
6868
type: string
69+
reset_supabase_db:
70+
description:
71+
Whether to reset the Supabase database. This is used to reset the Supabase
72+
database for the staging deployment.
73+
required: false
74+
default: false
75+
type: boolean
6976

7077
# Define your outputs here.
7178
outputs:

dist/index.js

Lines changed: 73 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)