diff --git a/.github/actions/cache-db/action.yml b/.github/actions/cache-db/action.yml index 5d2e1d165ea06a..002fb7f256f22f 100644 --- a/.github/actions/cache-db/action.yml +++ b/.github/actions/cache-db/action.yml @@ -3,7 +3,7 @@ description: "Cache or restore if necessary" inputs: DATABASE_URL: required: false - default: postgresql://postgres:@localhost:5432/calendso + default: "postgresql://postgres:@localhost:5432/calendso" path: required: false default: "backups/backup.sql" diff --git a/.github/workflows/production-build.yml b/.github/workflows/production-build.yml index 685d3368357b91..9ce7d3ce545eed 100644 --- a/.github/workflows/production-build.yml +++ b/.github/workflows/production-build.yml @@ -18,10 +18,10 @@ jobs: - 5432:5432 steps: - uses: actions/checkout@v3 - - uses: ./.github/actions/yarn-install - - uses: ./.github/actions/env-read-file - uses: ./.github/actions/cache-db id: cache-db + - uses: ./.github/actions/yarn-install + - uses: ./.github/actions/env-read-file - uses: ./.github/actions/cache-build id: cache-build - run: yarn db-seed