Skip to content

Commit 29e4d82

Browse files
Remove errant $ when defining groupId variable
1 parent 516febd commit 29e4d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-instances/container-instances-github-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ In the GitHub workflow, you need to supply Azure credentials to authenticate to
5151
First, get the resource ID of your resource group. Substitute the name of your group in the following [az group show][az-group-show] command:
5252

5353
```azurecli
54-
$groupId=$(az group show \
54+
groupId=$(az group show \
5555
--name <resource-group-name> \
5656
--query id --output tsv)
5757
```

0 commit comments

Comments
 (0)