We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69dfc43 + a25e558 commit db9839cCopy full SHA for db9839c
.github/workflows/CAdeploy.yml
@@ -162,7 +162,7 @@ jobs:
162
echo "List of resources to check: ${resources_to_check[@]}"
163
164
# Get the list of resources in YAML format
165
- resource_list=$(az resource list --resource-group myResourceGroup4 --output yaml)
+ resource_list=$(az resource list --resource-group ${{ env.RESOURCE_GROUP_NAME }} --output yaml)
166
167
# Maximum number of retries
168
max_retries=3
0 commit comments