Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 3a1bef8

Browse files
authored
Merge pull request #1 from snaplet/fix/update-to-neon-preview
fix: update to neon preview
2 parents 1181662 + cbf0b6d commit 3a1bef8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)