This repository was archived by the owner on Sep 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -89,17 +89,17 @@ deployment-url:
8989 description: Command used to generate the instant database
9090 required: false
9191 type: string
92- default: snaplet database create --git --latest
92+ default: snaplet preview- database create --git --latest
9393 database-delete-command:
9494 description: Command used to delete the instant database
9595 required: false
9696 type: string
97- default: snaplet database delete --git
97+ default: snaplet preview- database drop --git
9898 database-url-command:
9999 description: Command used to get the instant database URL
100100 required: false
101101 type: string
102- default: snaplet database
102+ default: snaplet preview- database url --git
103103 database-reset:
104104 description: Reset the database state on each commit
105105 required: false
Original file line number Diff line number Diff line change @@ -32,17 +32,17 @@ inputs:
3232 description : Command used to generate the instant database
3333 required : false
3434 type : string
35- default : snaplet database create --git --latest
35+ default : snaplet preview- database create --git --latest
3636 database-delete-command :
3737 description : Command used to delete the instant database
3838 required : false
3939 type : string
40- default : snaplet database delete --git
40+ default : snaplet preview- database drop --git
4141 database-url-command :
4242 description : Command used to get the instant database url
4343 required : false
4444 type : string
45- default : snaplet database url --git
45+ default : snaplet preview- database url --git
4646 database-reset :
4747 description : Reset the database state on each commit
4848 required : false
You can’t perform that action at this time.
0 commit comments