From be89f8b77b737afff8bc20a591c0f4ce098ed1a5 Mon Sep 17 00:00:00 2001 From: "Matt Mitchell (.NET)" Date: Wed, 1 May 2024 09:23:38 -0700 Subject: [PATCH] Org->organization --- .github/workflows/code-mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-mirror.yml b/.github/workflows/code-mirror.yml index fd26780bfd3..fb3c415b411 100644 --- a/.github/workflows/code-mirror.yml +++ b/.github/workflows/code-mirror.yml @@ -23,7 +23,7 @@ jobs: # Queue a code mirror build in azure devops - name: Queue a build run: | - 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 }} - name: logout run: |