Skip to content

Commit

Permalink
escape quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
spboyer committed Apr 29, 2024
1 parent 3beaa05 commit c463a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Set azd ENV
run: |
azd env new ${{ vars.AZURE_ENV_NAME }} --location ${{ vars.AZURE_LOCATION }} --subscription ${{ vars.AZURE_SUBSCRIPTION_ID }} --no-prompt
azd env set OPENAI_CONNECTIONSTRING ${{ env.AZURE_OPENAI }} --no-prompt
azd env set OPENAI_CONNECTIONSTRING "${{ env.AZURE_OPENAI }}" --no-prompt
- name: Provision Infrastructure
Expand Down

0 comments on commit c463a99

Please sign in to comment.