Skip to content

Commit a25e558

Browse files
added env variable for client advisor
1 parent 3a6fc19 commit a25e558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CAdeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
echo "List of resources to check: ${resources_to_check[@]}"
163163
164164
# Get the list of resources in YAML format
165-
resource_list=$(az resource list --resource-group myResourceGroup4 --output yaml)
165+
resource_list=$(az resource list --resource-group ${{ env.RESOURCE_GROUP_NAME }} --output yaml)
166166
167167
# Maximum number of retries
168168
max_retries=3

0 commit comments

Comments
 (0)