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.
1 parent b686b06 commit 80d031dCopy full SHA for 80d031d
.github/workflows/RAdeploy.yml
@@ -139,7 +139,7 @@ jobs:
139
echo "List of resources to check: ${resources_to_check[@]}"
140
141
# Get the list of resources in YAML format
142
- resource_list=$(az resource list --resource-group myResourceGroup4 --output yaml)
+ resource_list=$(az resource list --resource-group ${{ env.RESOURCE_GROUP_NAME }} --output yaml)
143
144
# Maximum number of retries
145
max_retries=3
0 commit comments