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 be89f8b commit e069da8Copy full SHA for e069da8
.github/workflows/code-mirror.yml
@@ -23,7 +23,7 @@ jobs:
23
# Queue a code mirror build in azure devops
24
- name: Queue a build
25
run: |
26
- az pipelines build queue --definition-id 16 --project internal --organization dnceng --variables BranchToMirror=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}} GitHubRepo=${{ github.repository_owner }}/${{ github.repository }}
+ az pipelines build queue --definition-id 16 --project internal --organization https://dev.azure.com/dnceng/ --variables BranchToMirror=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}} GitHubRepo=${{ github.repository_owner }}/${{ github.repository }}
27
28
- name: logout
29
0 commit comments