Skip to content

Commit

Permalink
fixed syntax issue on line no 32 (#1434)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-soujanya authored Jan 10, 2025
1 parent 555e533 commit aaa0ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/released-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
azdev extension add azure-devops
azdev test azure-devops --live --no-exitfirst --series
env:
AZURE_DEVOPS_EXT_TEST_ORG: ${{ variables.AZURE_DEVOPS_EXT_TEST_ORG }}
AZURE_DEVOPS_EXT_TEST_ORG: ${{ secrets.AZURE_DEVOPS_EXT_TEST_ORG }}
AZURE_DEVOPS_EXT_PAT: ${{ secrets.AZURE_DEVOPS_EXT_PAT }}

0 comments on commit aaa0ed6

Please sign in to comment.