From f3fe356a882c8341997e49b8b1300f838ba9984d Mon Sep 17 00:00:00 2001 From: realaravinth Date: Sat, 10 Sep 2022 20:10:17 +0530 Subject: [PATCH] fix: CI: use `:` instead of `=` in yml --- .github/workflows/linux.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 8880166..8f7c767 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -37,7 +37,6 @@ jobs: ports: - 5432:5432 - steps: - uses: actions/checkout@v2 - name: ⚡ Cache @@ -73,7 +72,7 @@ jobs: - name: build and apply migrations run: make migrate env: - DATABASE_URL="postgres://postgres:password@localhost:5432/postgres" + DATABASE_URL: "postgres://postgres:password@localhost:5432/postgres" - name: run tests run: make test @@ -101,7 +100,6 @@ jobs: GIT_HASH: 8e77345f1597e40c2e266cb4e6dee74888918a61 # dummy value DATABASE_URL: "postgres://postgres:password@localhost:5432/postgres" - - name: Deploy to GitHub Pages if: matrix.version == 'stable' && (github.repository == 'realaravinth/librepages') uses: JamesIves/github-pages-deploy-action@3.7.1