We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd1303 commit be89f8bCopy full SHA for be89f8b
.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 --org 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 dnceng --variables BranchToMirror=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}} GitHubRepo=${{ github.repository_owner }}/${{ github.repository }}
27
28
- name: logout
29
0 commit comments