Skip to content

Commit 1733811

Browse files
authored
Merge pull request #102635 from changeworld/patch-1
Fix typo
2 parents be14edc + 26a33ff commit 1733811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/dapr-github-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Replace \<Placeholders\> with your values.
6262
```powershell
6363
$ResourceGroup="my-containerapp-store"
6464
$Location="canadacentral"
65-
$GithubUsername="<GithubUsername>"
65+
$GitHubUsername="<GitHubUsername>"
6666
$SubscriptionId="<SubscriptionId>"
6767
```
6868

@@ -117,7 +117,7 @@ Now that you've validated your Azure CLI setup, bring the application code to yo
117117
# [PowerShell](#tab/powershell)
118118
119119
```git
120-
git clone https://github.com/$GithubUsername/container-apps-store-api-microservice.git
120+
git clone https://github.com/$GitHubUsername/container-apps-store-api-microservice.git
121121
```
122122
123123
---

0 commit comments

Comments
 (0)