Skip to content

Commit 80d031d

Browse files
added env variable for research assistant
1 parent b686b06 commit 80d031d

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)