Skip to content

Commit f2956e7

Browse files
authored
Merge pull request #206454 from cebundy/fix-typo
[Container Apps]: Fix context-path parameter
2 parents 751420a + f5940f5 commit f2956e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ az containerapp github-action add \
8888
```azurecli
8989
az containerapp github-action add `
9090
--repo-url "https://github.com/<OWNER>/<REPOSITORY_NAME>" `
91-
--content-path "./dockerfile" `
91+
--context-path "./dockerfile" `
9292
--branch <BRANCH_NAME> `
9393
--name <CONTAINER_APP_NAME> `
9494
--resource-group <RESOURCE_GROUP> `

0 commit comments

Comments
 (0)