Skip to content

Commit

Permalink
Org->organization
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche committed May 1, 2024
1 parent dfd1303 commit be89f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit be89f8b

Please sign in to comment.