Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
fix simple quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Soruk committed Feb 11, 2023
1 parent fcc67ee commit ae51965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/template-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
inlineScript: |
$deploymentName = 'ghactionlistentogether${{ github.sha }}'
$resourceGroupName = '${{ secrets.AZURE_RESOURCE_GROUP_NAME }}'
$webAppName = '${{ secrets.HUB_WEBAPP_NAME}}"
$webAppName = '${{ secrets.HUB_WEBAPP_NAME }}'
$servicePlanName = '${{ secrets.SERVICE_PLAN_NAME }}'
$storageAccountName = '${{ secrets.STORAGE_NAME }}'
$administratorLogin = '${{ secrets.PODCASTDB_USER_LOGIN }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
$servicePlanName = '${{ secrets.SERVICE_PLAN_NAME }}'
$servicePlanSku = '${{ secrets.SERVICE_PLAN_SKU }}'
$hubWebAppName = '${{ secrets.HUB_WEBAPP_NAME }}'
$apiName = "${{secrets.API_RESOURCE_NAME}}""
$apiName = '${{ secrets.API_RESOURCE_NAME }}''
az deployment group create -n "$($deploymentName)" `
--resource-group "$($resourceGroupName)" `
Expand Down

0 comments on commit ae51965

Please sign in to comment.