Skip to content

Commit

Permalink
Fix connection string formatting in CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsviz committed Sep 24, 2024
1 parent 7e744ca commit 89fb116
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 @@ -76,7 +76,7 @@ jobs:
startup-project-path: .
dotnet-ef-version: 6.0.14
context: RazorPagesMovieContext
connection: ${{ secrets.DB_URL }}
connection: "${{ secrets.DB_URL }}"

- name: 'Az CLI Login via OIDC'
uses: azure/[email protected]
Expand Down

0 comments on commit 89fb116

Please sign in to comment.