chore: Set Github Actions PostgreSQL password

This commit is contained in:
Alex van Andel
2024-03-26 22:58:42 +00:00
parent ec42900e25
commit 3d7fd7eb01
6 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ description: "Cache or restore if necessary"
inputs:
DATABASE_URL:
required: false
default: "postgresql://postgres:@localhost:5432/calendso"
default: "postgresql://postgres:postgres@localhost:5432/calendso"
path:
required: false
default: "backups/backup.sql"