Skip to content

Commit f5940f5

Browse files
committed
Fix context-path parameter
1 parent 070e8f5 commit f5940f5

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)