Skip to content

Commit 69dfc43

Browse files
Merge pull request #42 from Roopan-Microsoft/PSL-PURGE-9915
Added env variable for research assistant
2 parents 94ad7a4 + 80d031d commit 69dfc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/RAdeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
echo "List of resources to check: ${resources_to_check[@]}"
140140
141141
# Get the list of resources in YAML format
142-
resource_list=$(az resource list --resource-group myResourceGroup4 --output yaml)
142+
resource_list=$(az resource list --resource-group ${{ env.RESOURCE_GROUP_NAME }} --output yaml)
143143
144144
# Maximum number of retries
145145
max_retries=3

0 commit comments

Comments
 (0)