From a67216480fec77229cb099fa01d83896994de49c Mon Sep 17 00:00:00 2001 From: Ahmed Elsakaan Date: Wed, 31 Jan 2024 18:38:21 +0000 Subject: [PATCH] fix: bad substitution --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91555679..940436f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: with: project_id: ${{ secrets.NEON_PROJECT_ID }} branch_name: ${{ steps.branch-name.outputs.current_branch }} - username: ${ secrets.PG_USERNAME }} + username: ${{ secrets.PG_USERNAME }} api_key: ${{ secrets.NEON_API_KEY }} id: create-branch