From 67a6c2e2f8b2fcb05f6d21d3978c6c8f81e4d7c8 Mon Sep 17 00:00:00 2001 From: Nicolas Brandao Date: Wed, 27 Mar 2024 11:23:14 -0300 Subject: [PATCH] FIX: typo --- .github/workflows/ci-migrate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-migrate.yml b/.github/workflows/ci-migrate.yml index 51b60d6..3500324 100644 --- a/.github/workflows/ci-migrate.yml +++ b/.github/workflows/ci-migrate.yml @@ -10,7 +10,7 @@ jobs: migrate_production: runs-on: ubuntu-latest steps: - - name: Set github secrets as env vars + - name: Set Github secrets as env vars env: POSTGRES_URL: ${{ secrets.POSTGRES_URL }}