Skip to content

Commit

Permalink
Fix connection string formatting in CD workflow to ensure proper parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
tsviz committed Sep 24, 2024
1 parent 2f9be54 commit 7304102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Install dotnet-ef.
run: |
dotnet tool install --global dotnet-ef --version 6.0.14
dotnet-ef database update --connection ${{ secrets.DB_URL }}
dotnet-ef database update --connection "${{ secrets.DB_URL }}"
- name: 'Az CLI Login via OIDC'
uses: azure/[email protected]
Expand Down

0 comments on commit 7304102

Please sign in to comment.