Skip to content

Commit e069da8

Browse files
committed
Org->organization
1 parent be89f8b commit e069da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Queue a code mirror build in azure devops
2424
- name: Queue a build
2525
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 }}
26+
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 }}
2727
2828
- name: logout
2929
run: |

0 commit comments

Comments
 (0)