Skip to content

Commit be89f8b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-mirror.yml

+1-1
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 --org 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 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)