Skip to content

Commit aaa0ed6

Browse files
authored
fixed syntax issue on line no 32 (#1434)
1 parent 555e533 commit aaa0ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/released-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
azdev extension add azure-devops
3030
azdev test azure-devops --live --no-exitfirst --series
3131
env:
32-
AZURE_DEVOPS_EXT_TEST_ORG: ${{ variables.AZURE_DEVOPS_EXT_TEST_ORG }}
32+
AZURE_DEVOPS_EXT_TEST_ORG: ${{ secrets.AZURE_DEVOPS_EXT_TEST_ORG }}
3333
AZURE_DEVOPS_EXT_PAT: ${{ secrets.AZURE_DEVOPS_EXT_PAT }}
3434

0 commit comments

Comments
 (0)